From 9c5f09f32d291aac58fa7e7456302272e4c2a49e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 25 Oct 2010 17:16:24 +0100 Subject: [PATCH] Update NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index abaddbc4b..96e3c65eb 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ Clutter 1.5.4 » Add interpolate() method to Clutter.Color. + » Add ClutterPathConstraint, a simple constraint that sets the origin + of an actor's allocation to follow a ClutterPath. + » Plug some memory leaks. » Fix build of the CEx100 and EGL backends.