summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-17 18:46:05 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-17 19:13:54 +0100
commiteeb63b029c5f2cd0baa16f202444ecb8b994ca14 (patch)
tree57b4d136c9bece678cdd41555ad4268b6db4f258 /NEWS
parent550bd7c7c2b838bc46dafb92dad222d90bb19cda (diff)
downloadpygobject-eeb63b029c5f2cd0baa16f202444ecb8b994ca14.tar.gz
release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 59665c5e..9ae0c32c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.28.1 - 2018-03-17
+-------------------
+
+* Fix a GValue leak (regression). :issue:`176`
+ (:user:`Mathieu Duponchelle<mathieudu>`)
+* setup.py: don't install the tests package
+* Various fixes for 64bit Windows. :mr:`34`
+ (:user:`Mathieu Duponchelle<mathieudu>`)
+* Fix tests with glib 2.56.0
+* Various fixes for Python 3.7. :issue:`170` :mr:`28`
+
+
3.28.0 - 2018-03-12
-------------------