From 05a940fa5e12ab065f827ed32af17e7335ca9fb6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 15 Dec 2014 23:42:12 +0000 Subject: [PATCH] docs: Mention ClutterRequestMode in the release notes --- README.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.in b/README.in index 70938abc0..1dba0c0e1 100644 --- a/README.in +++ b/README.in @@ -303,6 +303,13 @@ 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.22 +------------------------------------------------------------------------------- + +• The ClutterRequestMode enumeration has a new value. Code checking for the + values of ClutterRequestMode should already be resilient to changes to this + enumerations, like for all enumerations in Clutter. + Release Notes for Clutter 1.20 -------------------------------------------------------------------------------