summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-17 18:34:47 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-17 18:34:47 +0100
commit0a004969a78b7d145ef902d351b3ae047d44623b (patch)
tree9c5c1892d700a8c3b70bc381be9a38dbf200cd16 /NEWS
parenteade7e9f7a88175c14023696591c125cc6fd105a (diff)
downloadpygobject-0a004969a78b7d145ef902d351b3ae047d44623b.tar.gz
release3.31.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc4b9730..1520fbaf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.31.1 - 2018-11-17
+-------------------
+
+* Changes included in 3.30.2
+* overrides: add Pango.Layout.set_text() override. :issue:`259` :mr:`89`
+* docs: link updates :mr:`93` (:user:`tijder`)
+* overrides: Use functools.wraps instead of custom version.
+ :issue:`271` :mr:`95` (:user:`Kai Willadsen <kaiw>`)
+* tests: Make tests run with current gtk4 master
+* Add (again) a pyproject.toml for specifying the pycairo build dep
+ (requires pip >=18.0)
+* setup.py: Make it possible to build without cairo support through the
+ PYGOBJECT_WITHOUT_PYCAIRO env var. :issue:`250`
+
+
3.30.2 - 2018-11-11
-------------------