aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-06-13 20:37:33 +0300
committerPetri Lehtinen <petri@digip.org>2010-06-13 20:37:33 +0300
commit2caac965d4f675b51815be4a5ae1f305587be911 (patch)
treeb0bdddd7758be9365cb7bcfa98e61b6ae4310f17 /CHANGES
parent1347686dbf7c06e03d6a3d5c8999315cc7158af3 (diff)
downloadjansson-2caac965d4f675b51815be4a5ae1f305587be911.zip
jansson-2caac965d4f675b51815be4a5ae1f305587be911.tar.gz
jansson-2caac965d4f675b51815be4a5ae1f305587be911.tar.bz2
jansson 1.3v1.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 18 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 19226de..73d149c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,27 @@
-Version 1.3 (in development)
-============================
+Version 1.3
+===========
+
+Released 2010-06-13
* New encoding flags:
- ``JSON_PRESERVE_ORDER``: Preserve the insertion order of object
keys.
+* Bug fixes:
+
+ - Fix an error that occured when an array or object was first
+ encoded as empty, then populated with some data, and then
+ re-encoded
+
+ - Fix the situation like above, but when the first encoding resulted
+ in an error
+
+* Documentation:
+
+ - Clarify the documentation on reference stealing, providing an
+ example usage pattern
+
Version 1.2.1
=============