summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 38cda9975..92c78ba81 100644
--- a/README.in
+++ b/README.in
@@ -318,6 +318,14 @@ Release Notes for Clutter 1.14
at all: gunichar is a typedef to guint32 already. The change will impact
introspection consumers.
+• ClutterScrollActor now uses the :child-transform property to implement
+ scrolling its children. Any external update to the :child-transform
+ property has to take into account that the property will be modified
+ every time the scroll point is updated.
+
+• ClutterZoomAction now sets the :pivot-point property on the actor to
+ which it is applied.
+
Release Notes for Clutter 1.12
-------------------------------------------------------------------------------