summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-03-12 17:04:57 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-03-12 17:04:57 +0100
commitd3874b1ec56d6db6b393e94daa1aded0f94d4b8b (patch)
tree0cacbc3cd4a7104b0f3b96010346239fdc6c85b3 /NEWS
parent17e74d49ddea570baef49b99f78c42e432299ef6 (diff)
downloadglibmm-2.76.0.tar.gz
2.76.02.76.0
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bfaf8125..9688fe6b 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.76.0 (stable):
+
+Glib:
+* Dispatcher: Don't warn when a Dispatcher is deleted while
+ messages are pending.
+ (Kjell Ahlstedt) Issue #108 (PBS)
+* Dispatcher: Add const versions of emit() and operator()()
+ and deprecate the non-const versions.
+ (Kjell Ahlstedt) Issue #103 (PBS)
+
+Gio:
+* ListModel: Add get_typed_object()
+ (Kjell Ahlstedt) See issue gtkmm#132
+
+
2.75.0 (unstable):
Glib: