Skip to content

Commit

Permalink
Update CHANGELOG.md for v2.3.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks committed Jan 23, 2022
1 parent 169aea8 commit a7a9449
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
@@ -1,23 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
All notable changes to this project are documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.0] - 2022-1-23
## [2.3.0] - 2022-1-24

### Added

- The encoder API has been extended with a rewind method that can be used to re-use a configured encoder to encode multiple images in a loop.
- Added support to decode JPEG-LS images that use restart markers [#92](https://github.com/team-charls/charls/issues/92).
- Added support to write and read comment (COM) segments [#113](https://github.com/team-charls/charls/issues/113).
- Added support to encode/decode oversized images (width or height larger then 65535).
- Extended the validation of the encoded byte stream during decoding.
- Extended the validation of the encoded JPEG-LS byte stream during decoding.
- Added support to encode JPEG-LS images with:
- The option to ensure the output stream has an even size.
- The option to write the CharLS version number as a comment (COM segment) to the output stream.
- The option to write the coding parameters to the output stream if the bits per pixel is larger then 12 (enabled by default).
- Usage of compiler specific attributes as replacement for ``[[nodiscard]]`` (C++17 feature).
- The option to write the coding parameters to the output stream if the bits per pixel are larger then 12 (enabled by default).
- Usage of compiler specific attributes on the public API as replacement for ``[[nodiscard]]`` (which is a C++17 feature).

### Fixed

Expand Down

0 comments on commit a7a9449

Please sign in to comment.