Skip to content

Commit 64abcff

Browse files
committed
CHANGELOG update
1 parent 4bb82ed commit 64abcff

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
1.4.0
215
-----
316

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

1616
namespace jsoncons {
1717

0 commit comments

Comments
 (0)