Update release notes
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 15 Mar 2012 19:02:39 +0000 (19:02 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 16 Mar 2012 12:33:39 +0000 (12:33 +0000)
README.in

index d823331..d41d91a 100644 (file)
--- a/README.in
+++ b/README.in
@@ -289,6 +289,12 @@ features).
 Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------
 
+• The ClutterActor::paint, ClutterActor::queue-redraw, and
+  ClutterActor::queue-relayout signals are now annotated as not allowing
+  signal emission hooks; this enables some optimization inside GLib, and
+  given the amount of emissions these three signals have, we want to get
+  through all the fast paths we can.
+
 • The ClutterActorBox parameter of the ClutterActor::allocation-changed
   signal is now marked as G_SIGNAL_TYPE_STATIC_SCOPE.