summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-03-15 13:39:55 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-03-15 13:39:55 +0100
commit78b7f822cd7b92069c1f9de9480cf0bb483befca (patch)
treee7566c5b59c05dea3a2166b4e24e483664441d3b /ChangeLog
parentcd55c7901ff556b0593c129536e258554d5165d0 (diff)
parent27e22487d92741e52c12e346123830a08f05243c (diff)
downloadlogilab-common-78b7f822cd7b92069c1f9de9480cf0bb483befca.tar.gz
backport stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61de712..8b42399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
ChangeLog for logilab.common
============================
- --
+ -- #default
* new `registry` module containing a backport of CubicWeb selectable objects registry (closes #84654)
* testlib: DocTestCase fix builtins pollution after doctest execution.
* shellutil: add argument to ``ProgressBar.update`` to tune cursor progression (closes #88981)
+ -- #stable
+ * texutils: apply_units raise ValueError if string isn'nt valid (closes #88808)
+ * pytest: do not enable extra warning other than DeprecationWarning.
+
2011-10-28 -- 0.57.1
* daemon: change $HOME after dropping privileges (closes #81297)