|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
3 | 3 |
|
| 4 | +## [v3.7.2](https://github.com/nlohmann/json/releases/tag/v3.7.2) (2019-11-10) |
| 5 | +[Full Changelog](https://github.com/nlohmann/json/compare/v3.7.1...v3.7.2) |
| 6 | + |
| 7 | +- Segmentation fault in destructor in case of large inputs [\#1835](https://github.com/nlohmann/json/issues/1835) |
| 8 | +- type\_name\(\) is not consistent with type\(\) [\#1833](https://github.com/nlohmann/json/issues/1833) |
| 9 | +- json::parse is not a member [\#1832](https://github.com/nlohmann/json/issues/1832) |
| 10 | +- How do you deal with json\* ? [\#1829](https://github.com/nlohmann/json/issues/1829) |
| 11 | +- Combined find\_package/add\_subdirectory not linking libraries [\#1771](https://github.com/nlohmann/json/issues/1771) |
| 12 | +- example code for ifstream reading a json file results in no operator error [\#1766](https://github.com/nlohmann/json/issues/1766) |
| 13 | +- Warning: unsequenced modification and access to 'range' [\#1674](https://github.com/nlohmann/json/issues/1674) |
| 14 | +- Segmentation fault \(stack overflow\) due to unbounded recursion [\#1419](https://github.com/nlohmann/json/issues/1419) |
| 15 | +- Stack-overflow \(OSS-Fuzz 4234\) [\#832](https://github.com/nlohmann/json/issues/832) |
| 16 | + |
| 17 | +- Configure WhiteSource Bolt for GitHub [\#1830](https://github.com/nlohmann/json/pull/1830) ([whitesource-bolt-for-github[bot]](https://github.com/apps/whitesource-bolt-for-github)) |
| 18 | +- Prevent stackoverflow caused by recursive deconstruction [\#1436](https://github.com/nlohmann/json/pull/1436) ([nickaein](https://github.com/nickaein)) |
| 19 | + |
4 | 20 | ## [v3.7.1](https://github.com/nlohmann/json/releases/tag/v3.7.1) (2019-11-06) |
5 | 21 | [Full Changelog](https://github.com/nlohmann/json/compare/v3.7.0...v3.7.1) |
6 | 22 |
|
@@ -350,7 +366,6 @@ All notable changes to this project will be documented in this file. This projec |
350 | 366 | - Which version can be used with GCC 4.8.2 ? [\#1424](https://github.com/nlohmann/json/issues/1424) |
351 | 367 | - Ignore nullptr values on constructing json object from a container [\#1422](https://github.com/nlohmann/json/issues/1422) |
352 | 368 | - Support for custom float precision via unquoted strings [\#1421](https://github.com/nlohmann/json/issues/1421) |
353 | | -- Segmentation fault \(stack overflow\) due to unbounded recursion [\#1419](https://github.com/nlohmann/json/issues/1419) |
354 | 369 | - It is possible to call `json::find` with a json\_pointer as argument. This causes runtime UB/crash. [\#1418](https://github.com/nlohmann/json/issues/1418) |
355 | 370 | - Dump throwing exception [\#1416](https://github.com/nlohmann/json/issues/1416) |
356 | 371 | - Build error [\#1415](https://github.com/nlohmann/json/issues/1415) |
@@ -752,7 +767,6 @@ All notable changes to this project will be documented in this file. This projec |
752 | 767 | - How to solve large json file? [\#927](https://github.com/nlohmann/json/issues/927) |
753 | 768 | - json\_pointer public push\_back, pop\_back [\#837](https://github.com/nlohmann/json/issues/837) |
754 | 769 | - Using input\_adapter in a slightly unexpected way [\#834](https://github.com/nlohmann/json/issues/834) |
755 | | -- Stack-overflow \(OSS-Fuzz 4234\) [\#832](https://github.com/nlohmann/json/issues/832) |
756 | 770 |
|
757 | 771 | - Fix -Wno-sometimes-uninitialized by initializing "result" in parse\_sax [\#1200](https://github.com/nlohmann/json/pull/1200) ([thyu](https://github.com/thyu)) |
758 | 772 | - \[RFC\] Introduce a new macro function: JSON\_INTERNAL\_CATCH [\#1187](https://github.com/nlohmann/json/pull/1187) ([simnalamburt](https://github.com/simnalamburt)) |
|
0 commit comments