diff --git a/README.in b/README.in index b171cdbb5d..1b2116da08 100644 --- a/README.in +++ b/README.in @@ -115,6 +115,11 @@ Release notes for 3.20 tabs as done with other locations. This breaks the API for those using the other-locations signal. +* 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.18 ====================== @@ -127,11 +132,6 @@ 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 ======================