Update CHANGELOG
This commit is contained in:
parent
f3a20438f9
commit
eda9c0e5f6
1 changed files with 7 additions and 2 deletions
|
@ -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.
|
Loading…
Add table
Reference in a new issue