summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-31 17:12:18 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-31 17:12:18 +0200
commit4b92d6d1d92b711f3640238504b9714a7d89ea29 (patch)
tree96f3cb1fb9b5f7616c6fd6041a3a09cd5867eb76
parent806c5059f989ed1b8bc62e6aa1ef55123ac110de (diff)
downloadpygobject-4b92d6d1d92b711f3640238504b9714a7d89ea29.tar.gz
Update NEWS
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc879176..e617a65d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.28.3 - 2018-05-31
+-------------------
+
+* Fix Gio.Application leak in case no signal handler is set before.
+ :issue:`219`
+* Squash critical warning when using array as hash value
+ (:user:`Philip Withnall <pwithnall>`)
+
+
3.29.2 - 2018-05-16
-------------------