[clutter/clutter-1.16] docs: Mention implicit animations checks in the release notes



commit bc664cc24043185828f920936fadc079c6eeedf7
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon May 6 10:02:24 2013 -0700

    docs: Mention implicit animations checks in the release notes
    
    Don't want anybody to be taken by surprise by this.

 README.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/README.in b/README.in
index 22f5ef0..b8460c7 100644
--- a/README.in
+++ b/README.in
@@ -298,6 +298,16 @@ Relevant information for developers with existing Clutter applications
 wanting to port to newer releases (see NEWS for general information on new
 features).
 
+Release Notes for Clutter 1.16
+-------------------------------------------------------------------------------
+
+• Implicit transitions will not be created on actors that are not mapped,
+  unless they are in a cloned branch of the scene graph. This was never an
+  approved case, as ClutterActor would implicitly skip layout and paint on
+  unmapped actors, but now it's being enforced through the animation machinery
+  as well. Using explicit transitions still works, as explicit transitions
+  completely place the developer in charge.
+
 Release Notes for Clutter 1.14
 -------------------------------------------------------------------------------
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]