File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.3.4] - 2021-2-12
8+
9+ ### Changed
10+
11+ - Replaced legacy test images
12+
713## [ 2.3.3] - 2021-2-5
814
915### Fixed
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7- | 2.3.3 | :white_check_mark : |
7+ | 2.3.4 | :white_check_mark : |
8+ | 2.3.3 | :x : |
89| 2.3.2 | :x : |
910| 2.3.1 | :x : |
1011| 2.3.0 | :x : |
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
1616
1717#define CHARLS_VERSION_MAJOR 2
1818#define CHARLS_VERSION_MINOR 3
19- #define CHARLS_VERSION_PATCH 3
19+ #define CHARLS_VERSION_PATCH 4
2020
2121// / <summary>
2222// / Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"
You can’t perform that action at this time.
0 commit comments