Update the release notes for 1.0

Add entries for the removal of:

  - ClutterLabel
  - ClutterEntry
  - ClutterCloneTexture
This commit is contained in:
Emmanuele Bassi 2009-01-27 17:44:49 +00:00
parent 2722909b76
commit bba85d47f9

8
README
View File

@ -199,6 +199,14 @@ Release Notes for Clutter 1.0
API. The change removed the private (yet publicly exported) and API. The change removed the private (yet publicly exported) and
the already deprecated ClutterFixed API. 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 Cogl API changes for Clutter 1.0
-------------------------------- --------------------------------