From b80b1ae0d7cc44bc795d7769a4697f7035b09b69 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 14 Dec 2025 19:17:18 +0100 Subject: [PATCH] NEWS: update. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index fe219757c3..6c3346720e 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,9 @@ Core: - Initial font loading was greatly sped up (not validating them through harfbuzz or freetype anymore, but checking the first bytes of every font file; a bit less robust but much faster). + - A few safety checks were added when creating new link layers and + when loading XCF files with link layers to prevent infinite loops + with cycling links. Tools: @@ -98,6 +101,9 @@ Build: secret. - Minimum requirement updates: babl 0.1.118 and GEGL 0.4.66. - AppImage is now using fully relocatable babl and GEGL. + - AppImages and Windows official builds will now always ship the debug + binaries for the hidden debug menu (which can be un-hidden with + --show-debug-menu CLI option). Overview of Changes from GIMP 3.1.4 to GIMP 3.2.0 RC1