Merge v242 documentation changes (#274)

This commit is contained in:
Victor Derks 2023-05-16 15:44:15 +02:00 committed by GitHub
parent b553e4be04
commit b843e22db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -11,6 +11,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Updated the source code to C++17. This is a breaking change, high version is updated to 3.
- encoding_options::include_pc_parameters_jai is not enabled by default anymore. This is a breaking change.
## [2.4.2] - 2023-5-16
### Fixed
- Fixed [#269](https://github.com/team-charls/charls/issues/269), Decoding doesn't work when compiled with mingw64.
## [2.4.1] - 2023-1-2
### Fixed
@ -28,7 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Improved compatibility of public headers with C++20.
- Switch order of APP8 and SOF55 markers during encoding to allign with user application data markers.
- Switch order of APP8 and SOF55 markers during encoding to align with user application data markers.
### Fixed

View File

@ -4,7 +4,8 @@
| Version | Supported |
| ------- | ------------------ |
| 2.4.1 | :white_check_mark: |
| 2.4.2 | :white_check_mark: |
| 2.4.1 | :x: |
| 2.4.0 | :x: |
| 2.3.4 | :x: |
| 2.3.3 | :x: |