summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-03-12 14:47:55 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-03-12 14:47:55 +0100
commit68d8b7ba338b4d17c3b77dd8df9dae58835e3e32 (patch)
treed5badd8449db02ba42cba4390ec68fbd173b1ad5
parent0c6c2c3b8fbd2d9c07eecffe27d4d9156d967e0c (diff)
downloadlogilab-common-68d8b7ba338b4d17c3b77dd8df9dae58835e3e32.tar.gz
update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a8cc0..b68a368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
ChangeLog for logilab.common
============================
+ --
+ * fix #7915 (shellutils unusable under windows)
+ * testlib:
+ * new profile option using cProfile
+ * allows to skip a module by raising TestSkipped from module import
+ * db: USE_MX_DATETIME global to control usage of mx.DateTime / py datetime
+
+
2009-01-26 -- 0.38.0
* setuptools / easy_install support!