summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-06-04 16:04:56 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-06-04 16:04:56 +0200
commit6f86a782546f095bb513a40630e653f37680030d (patch)
tree99dd1a0c69734c05fec5415b48a11134de1dfe8e /ChangeLog
parent72fd31a8ff029f1a3ee0c5d4f5f93c443c703338 (diff)
downloadlogilab-common-6f86a782546f095bb513a40630e653f37680030d.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84b8811..f61df31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog for logilab.common
============================
+2010-06-04 -- 0.50.3
+ * logging: added new optional kw argument to init_log rotating_parameters
+
+ * date: fix nb_open_days() codomain, positive natural numbers are expected
+
+ * configuration:
+ - skip option with no type, avoid pb with generated option such as long-help
+ - handle level on man page generation
+
+
+
2010-05-21 -- 0.50.2
* fix licensing information: LGPL v2.1 or greater
@@ -14,10 +25,10 @@ ChangeLog for logilab.common
* textutils support 256 colors when available
-
* testlib] add option splitlines to assertTextEquals
+
2010-04-26 -- 0.50.1
* implements __repr__ on nullobject