summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-11 16:08:00 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-11 16:08:00 +0200
commita7ea76592125d30a108d8680325a8eb51e14ef2b (patch)
treeb7e94cac4ae2dedfb1ad92ccc2d61483e6082fe9
parent955e80ccc20556db8b9d6fe97bfec0e2d4ce8791 (diff)
downloadlogilab-common-a7ea76592125d30a108d8680325a8eb51e14ef2b.tar.gz
close changelog
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cca5399..495d986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
ChangeLog for logilab.common
============================
---
+
+2010-10-11 -- 0.52.1
* configuration: fix pb with option names as unicode string w/
python 2.5. Makes OptionError available through the module
* testutils: text_to_dict skip comments (# lines)
+
* compat: dropped some 2.2 compat
+
* modutils: Consider arch-specific installation for STD_LIB_DIR definition
+
+
2010-09-28 -- 0.52.0
* testlib is now based on unittest2, to prepare its own extinction.
Warning are printed so you can easily migration step by step.