summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2014-07-30 16:34:22 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2014-07-30 16:34:22 +0200
commit175b1d482177b3cf76bb07768419c3a9a8850c7b (patch)
tree1063258fa76ca121c739df2bf0af2062102bc947 /ChangeLog
parent3a055f094934977806c2c22ff440cebdd7f5df62 (diff)
parentcf1a3bbc247e7bf26519190fb176a746f2fa067a (diff)
downloadlogilab-common-175b1d482177b3cf76bb07768419c3a9a8850c7b.tar.gz
default was stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1948de6..5406478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog for logilab.common
============================
+--
+ * shellutils: restore py 2.5 compat by removing usage of class decorator
+ * pytest: drop broken --coverage option
+ * testlib: support for skipping whole test class and conditional skip, don't
+ run setUp for skipped tests
+ * configuration: load options in config file order (#185648)
+
+2014-03-07 -- 0.62.0
+ * modutils: cleanup_sys_modules returns the list of cleaned modules
+
+
2014-02-11 -- 0.61.0
* pdf_ext: removed, it had no known users (CVE-2014-1838)
@@ -20,7 +31,7 @@ ChangeLog for logilab.common
* ensure file is closed, may cause pb depending on the interpreter, eg
pypy) (#180876)
-
+
* fix support for `extend_path` based nested namespace packages ;
Report and patch by John Johnson (#177651)