X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=19226dea83282d2b99405c1059a4f7075f851280;hb=8b2b12e05fdcb14c19bf2fc31223838b417354cd;hp=02f28c4130fa84cf9a27d7133dd8b33af9042878;hpb=3dd29366b8f4c6809c7e654bfc9aa0bd0070febf;p=jansson.git diff --git a/CHANGES b/CHANGES index 02f28c4..19226de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,42 @@ +Version 1.3 (in development) +============================ + +* New encoding flags: + + - ``JSON_PRESERVE_ORDER``: Preserve the insertion order of object + keys. + + +Version 1.2.1 +============= + +Released 2010-04-03 + +* Bug fixes: + + - Fix reference counting on ``true``, ``false`` and ``null`` + - Estimate real number underflows in decoder with 0.0 instead of + issuing an error + +* Portability: + + - Make ``int32_t`` available on all systems + - Support compilers that don't have the ``inline`` keyword + - Require Autoconf 2.60 (for ``int32_t``) + +* Tests: + + - Print test names correctly when ``VERBOSE=1`` + - ``test/suites/api``: Fail when a test fails + - Enhance tests for iterators + - Enhance tests for decoding texts that contain null bytes + +* Documentation: + + - Don't remove ``changes.rst`` in ``make clean`` + - Add a chapter on RFC conformance + + Version 1.2 ===========