From 6ee167447336570b83e41ca2c4216d6e9058fd43 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 21 Mar 2008 18:06:56 +0000 Subject: Allow gobject.property work with subclasses. Add tests. 2008-03-21 Johan Dahlin * gobject/__init__.py: * tests/test_properties.py: Allow gobject.property work with subclasses. Add tests. (#523352, Tomeu Vizoso) svn path=/trunk/; revision=752 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c91545c..eb5b290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-21 Johan Dahlin + + * gobject/__init__.py: + * tests/test_properties.py: + Allow gobject.property work with subclasses. Add tests. + + (#523352, Tomeu Vizoso) + 2008-03-10 Johan Dahlin * configure.ac: Require gio and giounix 2.15.7. -- cgit