From 4d2e3e633089dad50470daa7cbf0a69d934c333f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 23 Feb 2023 14:18:25 +0000 Subject: [PATCH] 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. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 58dea7671..b40ca2b81 100644 --- a/NEWS +++ b/NEWS @@ -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 ==============================================