Make real number encoding and decoding work under all locales
[jansson.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5e002d5..11e9e7f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,27 @@
-Version 2.1 (in development)
-============================
+Version 2.2
+===========
+
+Released 2011-09-03
+
+* New features:
+
+  - `json_dump_callback()`: Pass the encoder output to a callback
+    function in chunks.
+
+* Bug fixes:
+
+  - `json_string_set()`: Check that target is a string and value is
+    not NULL.
+
+* Other:
+
+  - Documentation typo fixes and clarifications.
+
+
+Version 2.1
+===========
+
+Released 2011-06-10
 
 * New features: