summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-11 16:02:48 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-11 16:02:48 +0200
commit3c07cd6f09f15fd991540623f1812b6b78769891 (patch)
tree3428d935953fef3e26b49a86c76b816581fdfad4
parente2dd70f5874f476658523b1acf89cf003f21b43a (diff)
downloadlogilab-common-3c07cd6f09f15fd991540623f1812b6b78769891.tar.gz
update ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e70b4e..cca5399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
ChangeLog for logilab.common
============================
+--
+ * 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.