summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-11-29 12:34:08 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-11-29 12:48:35 +0000
commit654f99c6b0d771cc6b4c68790ab164b0f691307d (patch)
tree5048b728e3d877d6dbb7a644a795dab83db69fb7
parent307605046cf89ef922d1d1e7c7b95405f3ecfdfb (diff)
downloadjson-glib-654f99c6b0d771cc6b4c68790ab164b0f691307d.tar.gz
Update NEWS
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f33897c..988ea7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes for 0.10.0
+==============================
+• Fix generation of doubles [Cornelius Hald]
+• Add more units to the test suite
+• Add JsonNode macros for quick type checking
+• Guarantee insertion order when parsing and generating JSON Objects
+• Serialize GParamSpecObject properties
+• Add serialization and deserialization for GBoxed types
+• Add API for serializing GObjects to, and deserializing from, JsonNode
+• Build environment fixes
+• Documentation fixes
+• Generate correct introspection data
+• Make JsonSerializable in complete control of deserialization [Tristan Van
+ Berkom]
+
Overview of changes for 0.8.0
=============================
* Remove the in-tree Vala bindings: they are part of Vala, now