summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-26 07:58:27 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-26 07:58:27 +0200
commitd9ed46f8530856a9d8b1ee91fa5aa39175540f4c (patch)
tree1378b9049d9eb89a3fbddd5baec731ca63a401b6
parentee56220ef01a184d9aba727d44826f2cdedf95b1 (diff)
downloadlogilab-common-d9ed46f8530856a9d8b1ee91fa5aa39175540f4c.tar.gz
update changelog
-rw-r--r--ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f790bcb..62b409f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,21 @@ ChangeLog for logilab.common
============================
--
- * don't raise string exception in testlib (closes #35331)
+ * testlib: don't raise string exception (closes #35331)
+
+ * hg: new module regrouping some mercurial utility functions
+
+ * clcommands: refactored to get more object oriented api.
+
+ * optparser: module is now deprecated, use clcommands instead
+
+ * textutils: new split_url_or_path and text_to_dict functions
+
+ * logging_ext:
+ - init_log now accept optionaly any arbitrary handler
+ - threshold default to DEBUG if debug flag is true and no threshold specified
+
+ * date: new ustrftime implementation working around datetime limitaion on dates < 1900
2010-06-04 -- 0.50.3
* logging: added new optional kw argument to init_log rotating_parameters
@@ -10,8 +24,8 @@ ChangeLog for logilab.common
* 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
+ - skip option with no type, avoid pb with generated option such as long-help
+ - handle level on man page generation