summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 16:11:26 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 16:11:26 +0200
commit953b50eae8e0bcea44d7d9d011492fee2eda3481 (patch)
treefe0a5b643fb086b6b4673f81f1484a4a5e0a7777
parent2f61b2fb595b4dce1ed16a58ec5a8083bd860bcf (diff)
downloadpygobject-953b50eae8e0bcea44d7d9d011492fee2eda3481.tar.gz
Update NEWS
-rw-r--r--NEWS26
-rw-r--r--docs/conf.py1
2 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f70ad81d..ef6ab0ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.29.1 - 2018-??-??
+-------------------
+
+* Support for `PyPy <https://pypy.org/>`__ and PyPy3. :issue:`180`
+* cairo: support :class:`cairo.Matrix` conversion. :issue:`16`
+* Speed up repeated closure creation by caching the closure cache in the
+ argument cache :issue:`103` (:user:`Garrett Regier <gregier>`\,
+ :user:`Christoph Reiter <creiter>`)
+* setup.py: make setuptools/pkg_resources optional. :issue:`186`
+* setup.py: print installation instructions in case a dependency is missing.
+ :issue:`194`
+* Remove autotools build system.
+* overrides: Make :meth:`Gtk.ListStore.insert_before`,
+ :meth:`Gtk.ListStore.insert_after`, :meth:`Gtk.TreeStore.insert_before` and
+ :meth:`Gtk.TreeStore.insert_after` atomic.
+* Make :class:`GLib.Error` picklable. :issue:`145`
+* Add basic support for template based widgets through :class:`Gtk.Template`.
+ :issue:`52`
+* Various documentation improvements. :mr:`29` (:user:`Dan Yeaw <danyeaw>`)
+* Add PEP518/pyproject.toml file. :mr:`44` (:user:`James Tocknell <aragilar>`)
+* Avoid truncating value returned from g_value_info_get_value. :mr:`51`
+ (:user:`Tomasz Miąsko <tmiasko>`)
+* Fix typo in BoundSignal disconnect. :mr:`55`
+ (:user:`Vladislav Glinsky <cl0ne>`)
+
+
3.28.2 - 2018-03-27
-------------------
diff --git a/docs/conf.py b/docs/conf.py
index 176c69eb..7ce00bb6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,6 +14,7 @@ intersphinx_mapping = {
'gio': ('https://lazka.github.io/pgi-docs/Gio-2.0', None),
'python2': ('https://docs.python.org/2.7', None),
'python3': ('https://docs.python.org/3', None),
+ 'cairo': ('https://pycairo.readthedocs.io/en/latest', None),
}
source_suffix = '.rst'