From 8de4b85175712785b754c339c5c49060e92616d2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 28 Dec 2011 18:37:16 +0000 Subject: [PATCH] docs: Update the release notes --- README.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.in b/README.in index 332f8227a..c5ebc20dd 100644 --- a/README.in +++ b/README.in @@ -290,12 +290,15 @@ Release Notes for Clutter 1.10 ------------------------------------------------------------------------------- • ClutterBox and ClutterGroup have been deprecated. ClutterActor should be - used directly, instead. + used directly, instead. Since ClutterStage inherits from ClutterGroup, the + instance and class structures are still available, but subclassing Group + is strongly disencouraged. • ClutterContainer provides default implementations for add(), remove(), - and foreach(); this means that overriding these methods is now deprecated, - and that developers should only implement ClutterContainer for classes - providing child properties. + foreach(), raise(), lower(), and sort_depth_order(); this means that + overriding these virtual functions is now deprecated, and developers + should only implement ClutterContainer for classes providing child + properties. • ClutterActor is not an abstract type any more, and can be instantiated either through clutter_actor_new() or through g_object_new().