summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a24749b..f3d139e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Bug 547104 – improve type wrapper creation
+ * gio/gappinfo.override (_wrap_g_app_info_tp_richcompare)
+ (_wrap_g_app_info_tp_repr): New functions.
+
+ * tests/test_gio.py (TestAppInfo.test_eq): New test.
+
+2008-08-11 Paul Pogonyshev <pogonyshev@gmx.net>
+
+ Bug 547104 – improve type wrapper creation
+
* gobject/pygobject.c (pygobject_register_class): Use new
pygobject_inherit_slots() to propagate custom slots in normal
types too.