From 3cc3688f211823a31bc42512cc2105bc8068cf2d Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 15 Oct 2024 15:38:38 +0200 Subject: [PATCH] NEWS: update. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2a72fa21e7..e21788e29a 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,7 @@ Tools: - Paint Select tool now handles the standard Shift/Ctrl modifier for adding or subtracting to selection. The tool is still experimental and disabled by default though. + - Color Balance and Hue-Saturation effects work in sRGB space. Graphical User Interface: @@ -301,8 +302,8 @@ API: - Changes in libgimpcolor: * All gimp_rgb_parse_*() functions now become gimp_color_parse_*() functions (GeglColor based rather than GimpRGB). - * GimpCMYK type and all usage was removed. - * GimpHSV type and all usage was removed. + * GimpRGB, GimpCMYK, GimpHSV, GimpHSL type and all usage was + removed. Related API were deleted too. - PDB: * Triple-backtick blocks in PDB-generated functions' descriptions is now recognized so that pre-formatted code is kept as-is. E.g.