File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-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 0.173.3
27+ - [ ] Latest release 0.173.4
2828 - [ ] Other release _____ _
2929 - [ ] master
Original file line number Diff line number Diff line change 1+ 0.173.4
2+ -------
3+
4+ Defect fixes
5+
6+ - Fixed issue #485 where ` basic_json ` member names did not use ` polymorphic_allocator `
7+
8+ - Addressed issue #482 by replacing ` static_assert ` with runtime exception
9+
1100.173.3
211-------
312
Original file line number Diff line number Diff line change 1111
1212#define JSONCONS_VERSION_MAJOR 0
1313#define JSONCONS_VERSION_MINOR 173
14- #define JSONCONS_VERSION_PATCH 3
14+ #define JSONCONS_VERSION_PATCH 4
1515
1616namespace jsoncons {
1717
You can’t perform that action at this time.
0 commit comments