docs: Update the release notes for 1.12
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Jun 2012 09:21:36 +0000 (10:21 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Jun 2012 09:21:36 +0000 (10:21 +0100)
README.in

index 5d14057..4d0a34c 100644 (file)
--- a/README.in
+++ b/README.in
@@ -301,9 +301,19 @@ features).
 Release Notes for Clutter 1.12
 -------------------------------------------------------------------------------
 
-* ClutterBinLayout no longer requests size for children that are
+• ClutterBinLayout no longer requests or allocates size for children that are
   not visible, which is how the other layout managers work.
 
+• The expansion and alignment layout properties in all the layout managers
+  that provide them have been deprecated in favour of the equivalent ones
+  on ClutterActor; the ClutterLayoutManager implementations provided by
+  Clutter have been updated to honour the ClutterActor:x-expand,
+  ClutterActor:y-expand, ClutterActor:x-align, and ClutterActor:y-align
+  properties, if set.
+
+• Setting the ClutterActor:fixed-position-set to FALSE will reset any
+  currently set fixed position to (0, 0).
+
 Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------