summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-05-26 04:18:55 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-05-26 04:18:55 -0700
commit6258adf6c7c604954f0dbc1a9ed8c284114358bc (patch)
treec016703745c70c761db1af8cd2a41e5149c61deb /NEWS
parent32542a4ba24d413fb6e0d509bff05f4ac3f642a1 (diff)
downloadpygobject-6258adf6c7c604954f0dbc1a9ed8c284114358bc.tar.gz
release 3.13.23.13.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7eef2ce..81a90905 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.13.2 26-May-2014
+ - Python 3.4 make check fixes (Simon Feltman) (#730411)
+ - overrides: Add Gtk.Container.child_get/set overrides (Simon Feltman)
+ (#685076)
+ - overrides: Make value argument to Widget.style_get_property optional
+ (Simon Feltman) (#685076)
+ - overrides: Make value argument to Container.child_get_property optional
+ (Simon Feltman) (#685076)
+ - Add GTypeClass methods as Python GObject class methods
+ (Johan Dahlin) (#685218)
+ - Add marshalling coercion for Python classes and instances to GTypeClass
+ (Simon Feltman) (#685218)
+ - Replace direct parent class call by super() (Andrew Grigorev) (#729970)
+ - Add cairo marshaling support for non-introspected signals
+ (Simon Feltman) (#694604)
+ - [New API] Add gi.require_foreign (Simon Feltman) (#707735)
+ - Initialize the foreign API at PyGI load time (Simon Feltman) (#694604)
+ - Move pygi foreign API into pygi-foreign-api.h (Simon Feltman) (#694604)
+ - Unify GLib.GError and GLib.Error (Simon Feltman) (#712519)
+ - PEP8 fixes (Simon Feltman)
+
3.13.1 28-Apr-2014
- Raise TypeError if arguments are passed to Boxed.__init__
(Christoph Reiter) (#727810)