summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-29 15:59:45 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-29 15:59:45 +0200
commit4177db3d468dec0d363071f16e52da25b52be95b (patch)
tree827ecb80d66cea51960bde05f9e03c36d01476bf /ChangeLog
parent5a8aab5d447343480b28ee760bce44f03f30f3d5 (diff)
downloadlogilab-common-4177db3d468dec0d363071f16e52da25b52be95b.tar.gz
[modutils] fix typo causing name error in python3 / bad message in python2. Closes #136037
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e8337e..8ee6eac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog for logilab.common
============================
+--
+ * modutils: fix typo causing name error in python3 / bad message in python2
+ (#136037)
+
+
2013-04-16 -- 0.59.1
* graph: added pruning of the recursive search tree for detecting cycles in
graphs (closes #2469)