Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Feb 4, 2024
1 parent 62be306 commit 3b64a97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ assignees: ''

**What jsoncons library version?**

- [ ] Latest release 0.173.3
- [ ] Latest release 0.173.4
- [ ] Other release ______
- [ ] master
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.173.4
-------

Defect fixes

- Fixed issue #485 where `basic_json` member names did not use `polymorphic_allocator`

- Addressed issue #482 by replacing `static_assert` with runtime exception

0.173.3
-------

Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define JSONCONS_VERSION_MAJOR 0
#define JSONCONS_VERSION_MINOR 173
#define JSONCONS_VERSION_PATCH 3
#define JSONCONS_VERSION_PATCH 4

namespace jsoncons {

Expand Down

0 comments on commit 3b64a97

Please sign in to comment.