summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-15 20:13:43 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-15 20:19:14 +0100
commita9a4863b65880e4a6406caefade0041050ce8848 (patch)
tree43b19398e82de7a1a25a38515ac6477b4c93678d /NEWS
parent98647a26ee86b3424099537d8f988f32e882e555 (diff)
downloadpygobject-a9a4863b65880e4a6406caefade0041050ce8848.tar.gz
release3.31.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 283119f2..c569da5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.31.2 - 2018-12-15
+-------------------
+
+* Changes included in 3.30.4
+* GLib.Variant.keys: correctly raise TypeError for non-dict types
+* GLib.Variant: implement __bool__ for maybe types
+* cairo: Fix GValue converters in case of NULL
+* setup.py: Print an install command hint when pkg-config is missing
+* pygi-info: wrap g_union_info_get_alignment()
+ :mr:`105` (:user:`Tomasz Miąsko <tmiasko>`)
+
+
3.30.4 - 2018-11-30
-------------------