summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dac422..888cc7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ ChangeLog for logilab.common
============================
--
+ * configuration: rename option_name method into option_attrname (#140667)
+
+ * deprecation: new DeprecationManager class (closes #108205)
+
* modutils:
* fix typo causing name error in python3 / bad message in python2
@@ -16,6 +20,7 @@ ChangeLog for logilab.common
* graph: use codecs.open avoid crash when writing utf-8 data under python3
(#155138)
+
2013-04-16 -- 0.59.1
* graph: added pruning of the recursive search tree for detecting cycles in
graphs (closes #2469)
@@ -33,8 +38,6 @@ ChangeLog for logilab.common
* fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
patch by Ian Delaney)
-
-
2013-01-21 -- 0.59.0
* registry: