summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-05-06 18:28:23 -0700
committerMartin Pitt <martinpitt@gnome.org>2012-05-06 18:28:23 -0700
commit9e8239684433631e0d1650d25416e4d7bf92a058 (patch)
tree4c843924bec8e773943873ca669ec498f2b3e7b6 /NEWS
parentd1a2bf51eb25b54028fbf496d20dfad9546bcb5e (diff)
downloadpygobject-9e8239684433631e0d1650d25416e4d7bf92a058.tar.gz
NEWS: Add API additions since 3.2.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 97a949f0..be7850dc 100644
--- a/NEWS
+++ b/NEWS
@@ -27,10 +27,11 @@
- Fix test_mainloop.py for Python 3 (Martin Pitt)
- Make callback exception propagation test stricter (Martin Pitt)
(#616279)
- - Add context management to freeze_notify() and handler_block().
- (Simon Feltman) (#672324)
+ - [API add] Add context management to freeze_notify() and
+ handler_block(). (Simon Feltman) (#672324)
- Add support for GFlags properties (Martin Pitt) (#620943)
- - Wrap GLib.Source.is_destroyed() method (Martin Pitt) (#524719)
+ - [API add] Wrap GLib.Source.is_destroyed() method (Martin Pitt)
+ (#524719)
- Fix error message when trying to override a non-GI class
(Martin Pitt) (#646667)
- Fix segfault when accessing __grefcount__ before creating the GObject