summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b6f439..2b6721c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,18 @@ ChangeLog for logilab.common
2020-09-03 -- 1.7.3
+ * type: declare that logilab-common ship type annotations
+ * make the build reproducible
+ * fix(deprecation): stacked decorators breaks getting the real callable
+ __name__ attribute
* fix: in some situation (using several deprecation functions), renaming
deprecation utils failed to point to the correct new name and used random
internal names of the module
+2020-06-24 -- 1.7.2
+
+ * fix(deprecation): rollback to old class_deprecation being a class behavior
+
2020-06-11 -- 1.7.1
* fix: import error on re.Pattern with python < 3.7