summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c698f72..56def2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-18 Yevgen Muntyan <muntyan@tamu.edu>
+
+ reviewed by: Johan Dahlin <johan@gnome.org>
+
+ * gobject/gobjectmodule.c: (create_property):
+ * gobject/pygparamspec.c: (pyg_param_spec_getattr):
+ * tests/test_properties.py:
+
+ Avoid truncating in pyg_param_spec_getattr, add test for all non-float
+ numeric types. Fixes #353943
+
2006-11-18 Johan Dahlin <jdahlin@async.com.br>
* gobject/pygtype.c (gclosure_from_pyfunc): Use PyObject_Cmp instead