diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-15 22:43:56 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-15 22:43:56 -0500 |
commit | e32da776ce23a32cc95ab033e4b2cb3b1253b79a (patch) | |
tree | b8a4b56b7f01256a5f908b28fe8cc4a45f4b160b /README.in | |
parent | b9a1472fc52a8478ae79d5bdb32537476aa64b0a (diff) | |
download | gtk+-e32da776ce23a32cc95ab033e4b2cb3b1253b79a.tar.gz |
Add a release note about level bar changes
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -102,6 +102,11 @@ Release notes for 3.18 GtkCellRendererText is no longer ignored. If you don't want your text to be translucent, use opaque colors. +* The way in which GtkLevelBar determines the offset to apply was + a bit inconsistent in the past; this has been fixed. Applications + that are using custom offsets should double-check that their + levels look as expected. + Release notes for 3.16 ====================== |