From bba85d47f93a004c355f4f53166b809940a0ebab Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 27 Jan 2009 17:44:49 +0000 Subject: [PATCH] Update the release notes for 1.0 Add entries for the removal of: - ClutterLabel - ClutterEntry - ClutterCloneTexture --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 38facd87f..17c07f61e 100644 --- a/README +++ b/README @@ -199,6 +199,14 @@ Release Notes for Clutter 1.0 API. The change removed the private (yet publicly exported) and the already deprecated ClutterFixed API. +* ClutterLabel and ClutterEntry have been removed from the API, as + both have been superceded by the ClutterText actor. + +* ClutterCloneTexture has been removed from the API; in its place, + there is a generic ClutterClone actor which allows to "clone" + any existing actors -- even composite ones -- without using + frame buffer objects (FBOs). + Cogl API changes for Clutter 1.0 --------------------------------