summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
Diffstat (limited to 'README.in')
-rw-r--r--README.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.in b/README.in
index e64f8772df..f43365f5ad 100644
--- a/README.in
+++ b/README.in
@@ -73,6 +73,15 @@ Patches should be in unified diff form. (The -up option to GNU diff)
Even better are git-formatted patches. (Use git format-patch)
+Release notes for 3.12
+======================
+
+* GtkWidget had a hack where if opacity is 0.999 we set up an opacity
+ group when rendering the widget. This is no longer needed in 3.10,
+ and GtkStack doesn't use it anymore. It has been removed in 3.12.
+ GdStack is using it, so applications should be ported from GdStack
+ to GtkStack in 3.12.
+
Release notes for 3.10
======================