Skip to content

Commit a7a9449

Browse files
authored
Update CHANGELOG.md for v2.3.0 (#154)
1 parent 169aea8 commit a7a9449

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project are documented in this file.
44

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

7-
## [2.3.0] - 2022-1-23
7+
## [2.3.0] - 2022-1-24
88

99
### Added
1010

1111
- 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.
1212
- Added support to decode JPEG-LS images that use restart markers [#92](https://github.com/team-charls/charls/issues/92).
1313
- Added support to write and read comment (COM) segments [#113](https://github.com/team-charls/charls/issues/113).
1414
- Added support to encode/decode oversized images (width or height larger then 65535).
15-
- Extended the validation of the encoded byte stream during decoding.
15+
- Extended the validation of the encoded JPEG-LS byte stream during decoding.
1616
- Added support to encode JPEG-LS images with:
1717
- The option to ensure the output stream has an even size.
1818
- The option to write the CharLS version number as a comment (COM segment) to the output stream.
19-
- The option to write the coding parameters to the output stream if the bits per pixel is larger then 12 (enabled by default).
20-
- Usage of compiler specific attributes as replacement for ``[[nodiscard]]`` (C++17 feature).
19+
- The option to write the coding parameters to the output stream if the bits per pixel are larger then 12 (enabled by default).
20+
- Usage of compiler specific attributes on the public API as replacement for ``[[nodiscard]]`` (which is a C++17 feature).
2121

2222
### Fixed
2323

0 commit comments

Comments
 (0)