From 8b0de3491e2a857891f8fbc155886a8922ca5dff Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 28 Jan 2009 14:07:23 +0000 Subject: [PATCH] Update the release notes for 1.0 Add items about the ClutterBehaviourBspline and ClutterEffect API removals. --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 17c07f61e..815447b26 100644 --- a/README +++ b/README @@ -207,6 +207,13 @@ Release Notes for Clutter 1.0 any existing actors -- even composite ones -- without using 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 --------------------------------