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 f3d139e..92292f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-08-11 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 540376 – No TypeError raised when type is None
+
+ * gobject/gobjectmodule.c (pyg_signal_new): Add check on second
+ argument type.
+
+ * tests/test_signal.py (TestSignalCreation): New test case.
+
+2008-08-11 Paul Pogonyshev <pogonyshev@gmx.net>
+
Bug 547104 – improve type wrapper creation
* gio/gappinfo.override (_wrap_g_app_info_tp_richcompare)