summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-24 14:46:55 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-09-24 14:46:55 +0200
commit80be77a74f1431354188e2de71e1ef878f110a7f (patch)
tree5d9319643d73e39bbc6434ed9f54dc69555f8a92
parent2c6b07b2740b1d23617aa103e108e016766b6186 (diff)
downloadlogilab-common-80be77a74f1431354188e2de71e1ef878f110a7f.tar.gz
update ChangeLog
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6563898..5784268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
ChangeLog for logilab.common
============================
+ --
+ * restored python 2.3 compat in some modules, so one get a change to run
+ pylint at least
+
+ * textutils: use NFKD decomposition in unormalize()
+
+ * logging_ext: don't try to use ansi colorized formatter when not in debug
+ mode
+
2010-09-10 -- 0.51.1
* logging_ext: init_log function splitted into smaller chunk to ease reuse
in other contexts