From 419afc01e8f2c96f7cf5c0962e5c421f8f3a476f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 8 Feb 2010 17:27:13 +0000 Subject: [PATCH] docs: Update the release notes --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index b46d8f145..9b245aee7 100644 --- 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 -------------------------------------------------------------------------------