Skip to content

Commit

Permalink
I haven't published the release yet so let's just bundle the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actioninja committed Mar 31, 2023
1 parent 83f4a0b commit a4cbba5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Major performance improvements for `decompress` and `decompress_easy` via rewritten decompression,
more aggressive inlining, and avoiding unnecessary allocations. Throughput should see minimum 80%
improvement and in best cases can be as much as 700% -@chieltbest
- IO Errors now actually output what the error was when printed. Whoops. -@actioninja
- Many new unit tests to harden functionality against regressions and test error cases -@actioninja

### Fixed
- Potential nonspec compliant behavior on the `SimsEA` flags field was corrected, it now writes the
magic bits in the middle. -@actioninja

## [3.0.0] - 2023-03-28

Expand Down

0 comments on commit a4cbba5

Please sign in to comment.