summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-12 11:30:13 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-12 11:30:13 +0100
commit1b4d12cbd2ab6e6e586743df592648faa42fa26e (patch)
tree3712c032158bbca5d0f6cb75834c2490271f6698 /ChangeLog
parent6505d63fb9e53b28ff54b60954f63a9840959905 (diff)
downloadlogilab-common-1b4d12cbd2ab6e6e586743df592648faa42fa26e.tar.gz
fix has_path returned value to include the destination node, else we get
an empty list which makes think there is no path (test added)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2514e89..80406d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ ChangeLog for logilab.common
- proper bytes and time option types support
- make Method usable as 'callback' value
- fix #8849 Using plugins, options and .pylintrc crashes PyLint
+ * graph: fix has_path returned value to include the destination node, else we get
+ an empty list which makes think there is no path (test added)
2009-08-26 -- 0.45.0
* added function for parsing XML processing instructions