docs: Update the release notes
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 17:27:13 +0000 (17:27 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 17:27:29 +0000 (17:27 +0000)
README

diff --git a/README b/README
index b46d8f1..9b245ae 100644 (file)
--- a/README
+++ b/README
@@ -284,6 +284,12 @@ Release Notes for Clutter 1.2
 * Clutter now depends on the system copy of JSON-GLib, and will fall
   back to the internal copy only if JSON-GLib is not installed.
 
+* ClutterActor:opacity is now defined using GParamSpecUint instead of
+  GParamSpecUchar; the same interval of [ 0, 255 ] applies, and GValue
+  has internal transformation functions for converting between G_TYPE_UINT
+  and G_TYPE_UCHAR, so this change should be fully transparent to the
+  user of the code.
+
 Cogl API changes for Clutter 1.2
 -------------------------------------------------------------------------------