summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-17 19:57:11 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-17 19:57:11 +0000
commitde5fce1737f04bfe525caeab390b55bd46037d67 (patch)
treef36e8cf3b9bc1c876ee402c9b18f1504a2c49b56 /ChangeLog
parentac00f4306e17c0f6685d657b5cd183c7171f14db (diff)
downloadpygobject-de5fce1737f04bfe525caeab390b55bd46037d67.tar.gz
pygobject-de5fce1737f04bfe525caeab390b55bd46037d67.tar.xz
pygobject-de5fce1737f04bfe525caeab390b55bd46037d67.zip
Sort out confusion between interfaces and objects, add test. Fixes #538601
2008-06-17 Johan Dahlin <jdahlin@async.com.br> * gio/gio-types.defs: * tests/test_gio.py: Sort out confusion between interfaces and objects, add test. Fixes #538601 svn path=/trunk/; revision=788
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3fee55..a705bda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-17 Johan Dahlin <jdahlin@async.com.br>
+
+ * gio/gio-types.defs:
+ * tests/test_gio.py:
+ Sort out confusion between interfaces and objects, add test.
+ Fixes #538601
+
2008-06-09 Paul Pogonyshev <pogonyshev@gmx.net>
* gobject/pygobject.c (pygobject_copy, pygobject_deepcopy): New