From 08f2990eac6098aee92277c2be275305a53d5687 Mon Sep 17 00:00:00 2001 From: Arnaud Bonatti Date: Sat, 7 Nov 2020 14:10:41 +0100 Subject: [PATCH] Document the GtkBuilder tag changes. --- docs/reference/gtk/migrating-3to4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md index e3975d8517..14591ecb86 100644 --- a/docs/reference/gtk/migrating-3to4.md +++ b/docs/reference/gtk/migrating-3to4.md @@ -445,6 +445,9 @@ gtk4-builder-tool simplify command can perform many of the necessary changes automatically, when called with the --3to4 option. You should always review the resulting changes. +The tag now supports for the 'lib' attribute the +'gtk' value only, instead of the 'gtk+' one previously. + ### Adapt to event controller API changes A few changes to the event controller and #GtkGesture APIs