summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-21 18:06:56 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-21 18:06:56 +0000
commit6ee167447336570b83e41ca2c4216d6e9058fd43 (patch)
tree4d444ea4a3626cc1a5e34f717828f4e133c451f9 /ChangeLog
parent56a637d7d8b19277f2eb947a250385fd6bba9a4e (diff)
downloadpygobject-6ee167447336570b83e41ca2c4216d6e9058fd43.tar.gz
pygobject-6ee167447336570b83e41ca2c4216d6e9058fd43.tar.xz
pygobject-6ee167447336570b83e41ca2c4216d6e9058fd43.zip
Allow gobject.property work with subclasses. Add tests.
2008-03-21 Johan Dahlin <johan@gnome.org> * gobject/__init__.py: * tests/test_properties.py: Allow gobject.property work with subclasses. Add tests. (#523352, Tomeu Vizoso) svn path=/trunk/; revision=752
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c91545c..eb5b290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-21 Johan Dahlin <johan@gnome.org>
+
+ * gobject/__init__.py:
+ * tests/test_properties.py:
+ Allow gobject.property work with subclasses. Add tests.
+
+ (#523352, Tomeu Vizoso)
+
2008-03-10 Johan Dahlin <johan@gnome.org>
* configure.ac: Require gio and giounix 2.15.7.