Update the release notes for 1.0
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 27 Jan 2009 17:44:49 +0000 (17:44 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 28 Jan 2009 11:57:48 +0000 (11:57 +0000)
Add entries for the removal of:

  - ClutterLabel
  - ClutterEntry
  - ClutterCloneTexture

README

diff --git a/README b/README
index 38facd8..17c07f6 100644 (file)
--- 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
   --------------------------------