Commit 662d4f2 1 parent 18cd6ab commit 662d4f2 Copy full SHA for 662d4f2
File tree 3 files changed +9
-2
lines changed
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.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.3.4] - 2021-2-12
8
+
9
+ ### Changed
10
+
11
+ - Replaced legacy test images
12
+
7
13
## [ 2.3.3] - 2021-2-5
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
- | 2.3.3 | :white_check_mark : |
7
+ | 2.3.4 | :white_check_mark : |
8
+ | 2.3.3 | :x : |
8
9
| 2.3.2 | :x : |
9
10
| 2.3.1 | :x : |
10
11
| 2.3.0 | :x : |
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
16
16
17
17
#define CHARLS_VERSION_MAJOR 2
18
18
#define CHARLS_VERSION_MINOR 3
19
- #define CHARLS_VERSION_PATCH 3
19
+ #define CHARLS_VERSION_PATCH 4
20
20
21
21
// / <summary>
22
22
// / 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