Update the NEWS file

The "emit a critical warning if your object notifies a property during
finalization" entry should have been added in 2.75.1, but better late
than never.
This commit is contained in:
Emmanuele Bassi 2023-02-23 14:18:25 +00:00
parent 49467e3453
commit 4d2e3e6330

7
NEWS
View File

@ -1,3 +1,10 @@
Overview of changes in GLib 2.75.4, YYYY-MM-DD
==============================================
* Emit a critical warning when acquiring the notification queue during GObject
finalization. A type's `finalize()` implementation should not call public
API that emits property notifications. (!3119, work by Marco Trevisan and Emmanuele Bassi)
Overview of changes in GLib 2.75.3, 2023-02-13
==============================================