aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-07-30 07:51:53 +0300
committerPetri Lehtinen <petri@digip.org>2012-07-30 07:52:41 +0300
commitec7bb71d7523c59da729e0bfec15cc18f8b6ead7 (patch)
tree474eabc7e8618efaf19500a6fdd292bff7055522 /CHANGES
parentb6a1d8cfd4da10c9fd703a3c037d23603f3785ed (diff)
downloadjansson-ec7bb71d7523c59da729e0bfec15cc18f8b6ead7.zip
jansson-ec7bb71d7523c59da729e0bfec15cc18f8b6ead7.tar.gz
jansson-ec7bb71d7523c59da729e0bfec15cc18f8b6ead7.tar.bz2
Add an initial CHANGES entry for v2.4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2a36b4f..26a6702 100644
--- a/CHANGES
+++ b/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
=============