- Add support for afl-fuzz testing [\#207](https://github.com/nlohmann/json/pull/207)([msm-](https://github.com/msm-))
- Add support for afl-fuzz testing [\#207](https://github.com/nlohmann/json/pull/207)([mykter](https://github.com/mykter))
- Issue \#178 - Extending support to full uint64\_t/int64\_t range and unsigned type \(updated\)[\#193](https://github.com/nlohmann/json/pull/193)([twelsby](https://github.com/twelsby))
- Issue \#178 - Extending support to full uint64\_t/int64\_t range and unsigned type \(updated\)[\#193](https://github.com/nlohmann/json/pull/193)([twelsby](https://github.com/twelsby))
- double values are serialized with commas as decimal points [\#228](https://github.com/nlohmann/json/issues/228)
- double values are serialized with commas as decimal points [\#228](https://github.com/nlohmann/json/issues/228)
...
@@ -26,6 +28,7 @@ All notable changes to this project will be documented in this file. This projec
...
@@ -26,6 +28,7 @@ All notable changes to this project will be documented in this file. This projec
- Conflicting typedef of ssize\_t on Windows 32 bit when using Boost.Python [\#204](https://github.com/nlohmann/json/issues/204)
- Conflicting typedef of ssize\_t on Windows 32 bit when using Boost.Python [\#204](https://github.com/nlohmann/json/issues/204)
- Integer conversion to unsigned [\#178](https://github.com/nlohmann/json/issues/178)
- Integer conversion to unsigned [\#178](https://github.com/nlohmann/json/issues/178)