summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFabrice Douchant <Fabrice.Douchant@logilab.fr>2008-10-30 16:02:30 +0100
committerFabrice Douchant <Fabrice.Douchant@logilab.fr>2008-10-30 16:02:30 +0100
commit2ba10454f6f85c353ce87fbe27338353822558b3 (patch)
tree1867146c1859bee078dc75a3919667a6bdf95795 /ChangeLog
parentfc1750a6eff3094d21c67a1302c05fe0543e72f7 (diff)
downloadlogilab-common-2ba10454f6f85c353ce87fbe27338353822558b3.tar.gz
logilab-common-debian-version-0_36_0-1logilab-common-debian-version-0_36_0-1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2272cf5..dc80f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
ChangeLog for logilab.common
============================
+2008-10-30 -- 0.36.0
+ * configuration:
+ - option yn is now behaving like a flag (i.e --ex : if ex.default=True and --ex in sys.args then ex.value=False)
+ - new attribute hide in option (i.e --ex : if --ex has 'hide':True then the option will not be displayed in man or --help)
+
+ * pytest:
+ - add colors in display
+ - new option --restart that skips tests that succeeded on last run
+
+ * cache: new herits from dict class
+
+ * decorators: add @require_version @require_module that skip test if decorators are not satisfied
+
+
+
2008-10-09 -- 0.35.3
* graph: new has_path method