From 9c6cb42f17fa1fb95edf766e2b44b128d1ebd08e Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 6 Oct 2011 21:16:26 +0300 Subject: jansson 2.2.1 --- CHANGES | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'CHANGES') 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 =========== -- cgit v1.1