From: Emmanuele Bassi Date: Tue, 27 Jan 2009 17:44:49 +0000 (+0000) Subject: Update the release notes for 1.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bba85d47f93a004c355f4f53166b809940a0ebab;p=profile%2Fivi%2Fclutter.git Update the release notes for 1.0 Add entries for the removal of: - ClutterLabel - ClutterEntry - ClutterCloneTexture --- diff --git a/README b/README index 38facd8..17c07f6 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 --------------------------------