Update release notes

This commit is contained in:
Emmanuele Bassi 2007-06-29 14:16:47 +00:00
parent 12071a5283
commit 05e97e2c3e

13
README
View File

@ -83,10 +83,21 @@ Release Notes for Clutter 0.3
* The Clutter examples/ directory has been removed and replaced with a
tests/ directory.
* Event API changes and event queue (Ebassi) .
* The ClutterEvent API has been changed, and specific functions have been
removed in favour of event-agnostic ones.
* The ClutterStage::input-event signal has been removed. All the events now
emit the ClutterStage::event and ClutterStage::event-after signals, for
generic event handling.
* Runtime options now dependant on backend.
* ClutterGroup API to add, remove and list children has been deprecated in
favour of ClutterContainer API. The ClutterGroup::add and
ClutterGroup::remove signals have been deprecated:
ClutterContainer::actor-added and ClutterContainer::actor-removed should
be used instead.
HACKING
====
If you want to hack on and improve clutter check the TODO file.