Update CHANGELOG

This commit is contained in:
Chris Hennick 2024-04-17 15:20:11 -07:00
parent f3a20438f9
commit eda9c0e5f6
No known key found for this signature in database
GPG key ID: 26BEF4EE6850BA94

View file

@ -256,10 +256,15 @@
### Changed
- The package no longer includes tests or examples.
- The published package on crates.io no longer includes the tests or examples.
## [1.1.0]
### Added
- Support for decoding LZMA.
### Changed
- Eliminated a custom `AtomicU64` type by replacing it with `OnceLock` in the only place it's used.
- Eliminated a custom `AtomicU64` type by replacing it with `OnceLock` in the only place it's used.
- `FileOptions` now has the subtype `SimpleFileOptions` which implements `Copy` but has no extra data.