aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-10-06 21:16:26 +0300
committerPetri Lehtinen <petri@digip.org>2011-10-06 21:23:09 +0300
commit9c6cb42f17fa1fb95edf766e2b44b128d1ebd08e (patch)
tree01a8034fa01872d0589e186fa9125fb08800c792 /CHANGES
parented06777937bbc59fcccb0674be40bae0193ae5a3 (diff)
downloadjansson-9c6cb42f17fa1fb95edf766e2b44b128d1ebd08e.zip
jansson-9c6cb42f17fa1fb95edf766e2b44b128d1ebd08e.tar.gz
jansson-9c6cb42f17fa1fb95edf766e2b44b128d1ebd08e.tar.bz2
jansson 2.2.1v2.2.1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 11e9e7f..7720533 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+Version 2.2.1
+=============
+
+Released 2011-10-06
+
+* Bug fixes:
+
+ - Fix real number encoding and decoding under non-C locales. (#32)
+
+ - Fix identifier decoding under non-UTF-8 locales. (#35)
+
+ - `json_load_file()`: Open the input file in binary mode for maximum
+ compatiblity.
+
+* Documentation:
+
+ - Clarify the lifecycle of the result of the ``s`` fromat of
+ `json_unpack()`. (#31)
+
+ - Add some portability info. (#36)
+
+ - Little clarifications here and there.
+
+* Other:
+
+ - Some style fixes, issues detected by static analyzers.
+
+
Version 2.2
===========