aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-09-02 21:39:32 +0300
committerPetri Lehtinen <petri@digip.org>2011-09-02 21:39:40 +0300
commit889f2959581f6aba4ed7b1afa1bc7961c3c78c43 (patch)
tree559765a802837fe447f572667fb0b16c35cfe7aa /CHANGES
parent68809cd913e2ec3215113c5c744014dfb1bd1741 (diff)
downloadjansson-889f2959581f6aba4ed7b1afa1bc7961c3c78c43.zip
jansson-889f2959581f6aba4ed7b1afa1bc7961c3c78c43.tar.gz
jansson-889f2959581f6aba4ed7b1afa1bc7961c3c78c43.tar.bz2
jansson 2.2v2.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 705f3b9..11e9e7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,27 @@
+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
===========
-Release 2011-06-10
+Released 2011-06-10
* New features: