diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-15 20:13:43 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-15 20:19:14 +0100 |
commit | a9a4863b65880e4a6406caefade0041050ce8848 (patch) | |
tree | 43b19398e82de7a1a25a38515ac6477b4c93678d | |
parent | 98647a26ee86b3424099537d8f988f32e882e555 (diff) | |
download | pygobject-a9a4863b65880e4a6406caefade0041050ce8848.tar.gz |
release3.31.2
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ------------------- |