summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2014-01-10 12:08:11 +0100
committerAlexander Larsson <alexl@redhat.com>2014-01-10 12:08:52 +0100
commitceaeb02ade4bb5b4a8bd6d86d01f41f42481ea65 (patch)
tree0ab9aaa460bbfb429582894f6cb6d189fd4c300f /README.in
parent664fe89f6e35c18f8be8954f4de62a17625d5e30 (diff)
downloadgtk+-ceaeb02ade4bb5b4a8bd6d86d01f41f42481ea65.tar.gz
README: Add note about gtk_text_view_add_child_in_window changes
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index b70ab8fe55..e5d4249fef 100644
--- a/README.in
+++ b/README.in
@@ -87,6 +87,11 @@ Release notes for 3.12
pack multiple widgets at the end of a headerbar will have to
be updated.
+* gtk_text_view_add_child_in_window has changed behaviour a bit.
+ It now always positions the child in buffer coordinates, where
+ it used to inconsistently scroll with the buffer but then go
+ reposition to a window-relative position on redraw.
+
Release notes for 3.10
======================