summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
Diffstat (limited to 'README.in')
-rw-r--r--README.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.in b/README.in
index ad50edf7ee..876716536d 100644
--- a/README.in
+++ b/README.in
@@ -91,6 +91,12 @@ Release notes for 3.10
get_height_for_width, subclasses now have to provide their own
implementation if they need height-for-width functionality.
+* Widget state propagation has been changed. Historically, all of
+ active, prelight, selected, insensitive, inconsistent and backdrop
+ have been propagated to children. This has now been restricted
+ to just the insensitive and backdrop states. This mostly affects
+ theming.
+
Release notes for 3.8
=====================