Update CHANGES for v2.4

This commit is contained in:
Petri Lehtinen 2012-09-22 14:25:52 +03:00
parent 597423ea80
commit 4cff593dd4

View File

@ -14,6 +14,13 @@ Released 2012-XX-XX
- Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of - Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
``/`` with ``\/``. ``/`` with ``\/``.
* Bug fixes:
- Check for and reject NaN and Inf values for reals. Encoding these
values resulted in invalid JSON.
- Fix `json_real_set()` to return -1 on error.
* Build: * Build:
- Jansson now builds on Windows with Visual Studio 2010, and - Jansson now builds on Windows with Visual Studio 2010, and
@ -22,6 +29,8 @@ Released 2012-XX-XX
- Fix build warnings (#77, #78). - Fix build warnings (#77, #78).
- Add ``-no-undefined`` to LDFLAGS (#90).
* Tests: * Tests:
- Fix the symbol exports test on Linux/PPC64 (#88). - Fix the symbol exports test on Linux/PPC64 (#88).