summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4003c67..8b42399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
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.