Merge commit 'v2.4' into HEAD
[jansson.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 26a6702..4c7cccc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
-Version 2.4 (in development)
-============================
+Version 2.4
+===========
 
-Released 2012-XX-XX
+Released 2012-09-23
 
 * New features:
 
@@ -14,6 +14,13 @@ Released 2012-XX-XX
   - Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
     ``/`` 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:
 
   - Jansson now builds on Windows with Visual Studio 2010, and
@@ -22,6 +29,12 @@ Released 2012-XX-XX
 
   - Fix build warnings (#77, #78).
 
+  - Add ``-no-undefined`` to LDFLAGS (#90).
+
+* Tests:
+
+  - Fix the symbol exports test on Linux/PPC64 (#88).
+
 * Documentation:
 
   - Fix typos (#73, #84).