summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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