Update the release notes for 1.0

Add items about the ClutterBehaviourBspline and ClutterEffect
API removals.
This commit is contained in:
Emmanuele Bassi 2009-01-28 14:07:23 +00:00
parent d7c275f5e5
commit 8b0de3491e

7
README
View File

@ -207,6 +207,13 @@ Release Notes for Clutter 1.0
any existing actors -- even composite ones -- without using any existing actors -- even composite ones -- without using
frame buffer objects (FBOs). frame buffer objects (FBOs).
* The ClutterEffectTemplate and clutter_effect_* functions have been
superceded by ClutterAnimation and thus removed from the public API.
* The ClutterBehaviourBspline has been superceded by the usage of
ClutterPath inside ClutterBehaviourPath, and thus removed from the
public API.
Cogl API changes for Clutter 1.0 Cogl API changes for Clutter 1.0
-------------------------------- --------------------------------