summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-05-06 18:31:37 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-05-06 18:31:37 +0200
commit5c6bee1c2a0d08cf367aa61784b5b967128e68b2 (patch)
tree0a64a20560a2aebaed722b511ffa39aba2515f3b
parentfc751f9bf50b491ce27479697ae79b76346fc02e (diff)
downloadpygobject-5c6bee1c2a0d08cf367aa61784b5b967128e68b2.tar.gz
release3.36.1
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 552738b9..0a5e4238 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.36.1 - 2020-05-06
+-------------------
+
+* tests: Fix failing tests with pytest 5.4.0+
+* Gtk: Add override to make sure both TreeModelSort.new_with_model and
+ TreeModel.sort_new_with_model exist independend of the gtk version
+* Gtk.Template: Fix initialisation order errors with Widgets getting created from C
+ (potentially through other templates) :issue:`257` :issue:`386` :issue:`341` :mr:`140` (:user:`Jean Felder <jfelder>`)
+* Gtk.Template: Fix errors when calling init_template() multiple times :mr:`140` (:user:`Jean Felder <jfelder>`)
+
+
3.36.0 - 2020-03-08
-------------------