mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 21:45:04 +00:00
Add an initial CHANGES entry for v2.4
This commit is contained in:
parent
b6a1d8cfd4
commit
ec7bb71d75
1 changed files with 29 additions and 0 deletions
29
CHANGES
29
CHANGES
|
@ -1,3 +1,32 @@
|
|||
Version 2.4 (in development)
|
||||
============================
|
||||
|
||||
Released 2012-XX-XX
|
||||
|
||||
* New features:
|
||||
|
||||
- Add `json_boolean()` macro that returns the JSON true or false
|
||||
value based on its argument (#86).
|
||||
|
||||
- Add `json_load_callback()` that calls a callback function
|
||||
repeatedly to read the JSON input (#57).
|
||||
|
||||
- Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
|
||||
``/`` with ``\/``.
|
||||
|
||||
* Build:
|
||||
|
||||
- Jansson now builds on Windows with Visual Studio 2010, and
|
||||
includes solution and project files in ``win32/vs2010/``
|
||||
directory.
|
||||
|
||||
- Fix build warnings (#77, #78).
|
||||
|
||||
* Documentation:
|
||||
|
||||
- Fix typos (#73, #84).
|
||||
|
||||
|
||||
Version 2.3.1
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue