summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:45:11 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-11-23 14:45:11 +0100
commit57b10e1b76dd3bd3c834bacd338076de6e35cabe (patch)
tree3f59f0a76e5bcb0bd760b37edac7b2fe906a2473 /ChangeLog
parentb7e84e3fc5418641041f95a80f08fe053c004c27 (diff)
parent1b4d12cbd2ab6e6e586743df592648faa42fa26e (diff)
downloadlogilab-common-57b10e1b76dd3bd3c834bacd338076de6e35cabe.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ebb61..116160f 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