File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ assignees: ''
2424
2525** What jsoncons library version?**
2626
27- - [ ] Latest release 1.4.0
27+ - [ ] Latest release 1.4.1
2828 - [ ] Other release _____ _
2929 - [ ] master
Original file line number Diff line number Diff line change 1+ 1.4.1
2+ -----
3+
4+ This patch fixes some issues reported with v1.4.0
5+
6+ - Fixed bug:
7+
8+ - Git PR #628 : fixed uninitialized warning
9+ - Git Issue #631 : Using std::variant with std::unordered_map can throw uncatchable exception
10+ - Git PR #633 : Fix make_array() call
11+ - Git Issue #634 : Regression in encode_json et al. from v1.3.2 to v1.4.0 with std::variant using std::map
12+ - Git Issue #635 : Support construction of sorted_json_object from moved-in pairs
13+
1141.4.0
215-----
316
Original file line number Diff line number Diff line change 1111
1212#define JSONCONS_VERSION_MAJOR 1
1313#define JSONCONS_VERSION_MINOR 4
14- #define JSONCONS_VERSION_PATCH 0
14+ #define JSONCONS_VERSION_PATCH 1
1515
1616namespace jsoncons {
1717
You can’t perform that action at this time.
0 commit comments