diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-06-04 16:04:56 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-06-04 16:04:56 +0200 |
commit | 6f86a782546f095bb513a40630e653f37680030d (patch) | |
tree | 99dd1a0c69734c05fec5415b48a11134de1dfe8e /ChangeLog | |
parent | 72fd31a8ff029f1a3ee0c5d4f5f93c443c703338 (diff) | |
download | logilab-common-6f86a782546f095bb513a40630e653f37680030d.tar.gz |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |