Files
TwelveMonkeys/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
T
2021-05-13 15:15:09 +02:00

11 lines
458 B
Markdown

**What is fixed** Add link to the issue this PR fixes.
Example: Fixes #42.
**Why is this change proposed** If this change does *not* fix an open issue, briefly describe the rationale for this PR.
**What is changed** Briefly describe the changes proposed in this pull request:
* Fixed rare exception happening in `x >= 42` case
* Small optimization of `decompress()` method
* Corrected API doc for `compress()` method to reflect current implementation