Skip to content

Commit

Permalink
changelog: update unreleased changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdzan committed Apr 21, 2024
1 parent 9819f44 commit 9c245bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Dev dependency `image-compare` 0.3.1.
- Tests for compressed image output order.
- CI for building and testing on `ubuntu-latest`, `windows-latest`, and `macos-latest`.
### Changed
- Parallel compression now returns compressed JPEG bytes in the same order you put them in.
- JPEG bytes are now shared across threads via a `VecDeque`. Allowing threads to access it as a FIFO queue.
### Removed
- `crossbeam` feature `deque`.
- `Default` impl for `Parallel`.
## [1.0.0] - 2024-04-15
### Added
- Added public methods `Single::from_bytes` and `Parallel::from_vec`.
Expand Down

0 comments on commit 9c245bf

Please sign in to comment.