From 68b231cdf8580be4a43e3d041bc34bb954876529 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 20 Feb 2026 23:50:05 +0100 Subject: [PATCH] NEWS: oups! I had not saved some changes before committing. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 4386f08124..74f0f769fc 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,15 @@ Operations: filters were broken enough that they were only run as linear until now. As for XCF backward compatibility, the full argument list was stored so existing XCF files will still load and render fine. + - Equalize: + * The filter now works again in non-linear space, just like it did + in GIMP 2.10. + * The "gimp:equalize" operation is now hidden from the API, because + it is not usable anyway (lack of GimpHistogram support in + libgimp/PDB) but also because the core implementation needs to be + changed before being able to behave properly in non-destructive + usage (the histogram would currently not re-compute itself with + source changes). Graphical User Interface: