Update the release notes

This commit is contained in:
Matthias Clasen
2013-10-28 07:17:16 -04:00
parent 0cda29be88
commit f0e4a405f7

View File

@@ -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
======================