diff --git a/docs/reference/gtk/migrating-3xtoy.xml b/docs/reference/gtk/migrating-3xtoy.xml
index deb73d544b..fe7c492b45 100644
--- a/docs/reference/gtk/migrating-3xtoy.xml
+++ b/docs/reference/gtk/migrating-3xtoy.xml
@@ -418,15 +418,6 @@
widget, e.g. an empty #GtkBox, in another page).
-
- GtkScrolledWindow now respects the natural size of its child and passes
- it along. This may change the size distribution of layouts involving
- scrolled windows (they may take up more space than before). In most
- cases, setting suitable values for #GtkScrolledWindow:max-content-width
- and #GtkScrolledWindow:max-content-height will allow control over the
- size of the scrolled window.
-
-
GtkHeaderBar now respects the hexpand property for its custom title
widget and its packed children. This change may inadvertently cause the