NEWS: oups! I had not saved some changes before committing.

This commit is contained in:
Jehan 2026-02-20 23:50:05 +01:00
parent e2ca5e6e2e
commit 68b231cdf8

9
NEWS
View file

@ -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: