summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-12 20:16:33 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-12 20:16:33 +0000
commita48cf353b4d2e056f80c7aaa4cabb3fe84648662 (patch)
tree92b4879074066bc9d35e5b9f9a403c76f718c106 /ChangeLog
parent7dbbda9abea9882d2c98726f382a905fa8738706 (diff)
downloadgobject-introspection-a48cf353b4d2e056f80c7aaa4cabb3fe84648662.tar.gz
Bug 566560 – giscanner.transformer.SkipError
2009-01-12 Johan Dahlin <jdahlin@async.com.br> Bug 566560 – giscanner.transformer.SkipError * giscanner/transformer.py: Catch SkipError for all nodes, not just functions. Makes it possible to skip unsupported parameter types in callbacks. svn path=/trunk/; revision=1018
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a16f632e..0e134e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+ Bug 566560 – giscanner.transformer.SkipError
+
+ * giscanner/transformer.py:
+
+ Catch SkipError for all nodes, not just functions.
+ Makes it possible to skip unsupported parameter types in
+ callbacks.
+
+2009-01-12 Johan Dahlin <jdahlin@async.com.br>
+
Bug 563794 - Redo annotation parsing & applying
Thanks to Colin for helping out considerably in landing this.