summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-11-29 12:46:27 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-11-29 12:46:38 +0000
commit27bb2c060a7b2ecc4839719d39b2044efe4c3e7a (patch)
tree460816ed0cb76a5db199a02ca84c1d8328f51e2c
parent780d82310c47c3f07bcbaab2cefbea0d6decb899 (diff)
downloadjson-glib-27bb2c060a7b2ecc4839719d39b2044efe4c3e7a.tar.gz
docs: Add release notes to the README
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 1247451..2698af8 100644
--- a/README
+++ b/README
@@ -44,7 +44,6 @@ To build JSON-GLib just run:
BUGS
-------------------------------------------------------------------------------
-
If you find a bug in JSON-GLib, please create a Bugzilla entry here:
http://bugzilla.openedhand.com/enter_bug.cgi?product=json-glib
@@ -58,9 +57,18 @@ Attaching:
• in case of a segmentation fault, a full stack trace with debugging
symbols obtained through gdb is greatly appreaciated
-HACKING
+RELEASE NOTES
-------------------------------------------------------------------------------
+• Prior to JSON-GLib 0.10, a JsonSerializable implementation could
+ automatically fall back to the default serialization code by simply
+ returning NULL from an overridden JsonSerializable::serialize_property()
+ virtual function. Since JSON-GLib 0.10 this is not possible any more. A
+ JsonSerializable is always expected to serialize and deserialize all
+ properties. JSON-GLib provides public API for the default implementation
+ in case the serialization code wants to fall back to that.
+HACKING
+-------------------------------------------------------------------------------
JSON-GLib is developed mainly inside a GIT repository available at:
http://git.gnome.org/cgit/json-glib