Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsariola committed Apr 2, 2023
1 parent 0480b03 commit 841be90
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Perform initial variable minification before starting optimization
- Try folding constants, to see if it compresses better
- Constant folding: constant integer expressions are evaluated by
pakettic, in case they compresses better
- More detailed reporting of the crunching results

### Fixed

- Spaces between tokens were not always printed even when needed
- Hex numbers with fractional digits had the fractional digits printed in reverse
- Hex numbers with an exponent raised an error when printed

### Changed

- The default compression level is now -z0; our benchmarking does not
show significant advantage over -z2 (only 0.2% over the test corpus),
yet it's almost 3 times slower. Use -z2 and higher only when you are
desperate and absolutely need that last byte.

## [1.1.1] - 2023-02-03

### Fixed
Expand Down

0 comments on commit 841be90

Please sign in to comment.