From 862bc8d2c19c4d7f2b6218479a09f4380242ffff Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 7 Apr 2026 21:22:00 +0200 Subject: [PATCH] NEWS: update. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ef16628e33..94b070ab37 100644 --- a/NEWS +++ b/NEWS @@ -50,9 +50,13 @@ API: gimp_vector_layer_set_stroke_width_unit() now accept pixel as input unit. * Improved error handling in gimp_temp_file(). * New function: gimp_resources_loaded() + - libgimp: * A function gimp_env_exit() was added, but same as gimp_env_init(), it is not declared in public headers and should never be used by plug-ins. It is considered private. + * gimp_quit() function is deprecated. + - PDB: + * (gimp-quit) procedure (without libgimp wrapper) is deprecated. Build: