summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-06-16 11:54:03 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-06-16 11:54:03 +0000
commit599dbc210b59f58018c89ebb2d34b2255ea61d05 (patch)
tree661752e56a594707662f8c262f374bcaadea6df9 /ChangeLog
parent00b12c72912c53aa541add7914a2c25784fb07e1 (diff)
downloadpygobject-599dbc210b59f58018c89ebb2d34b2255ea61d05.tar.gz
pygobject-599dbc210b59f58018c89ebb2d34b2255ea61d05.tar.xz
pygobject-599dbc210b59f58018c89ebb2d34b2255ea61d05.zip
Support type=GObject or type=TYPE_OBJECT in the new properties API.
svn path=/trunk/; revision=675
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4bd67..002337b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-16 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gobject/propertyhelper.py,
+ * tests/test_properties.py: Support type=GObject or
+ type=TYPE_OBJECT in the new properties API.
+
2007-06-06 Yevgen Muntyan <muntyan@tamu.edu>
OK'd by Johan