summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-10-09 12:10:48 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-10-09 12:10:48 +0200
commitaf2fe31d61732ef16fb1e4432395ecb59ef819d0 (patch)
tree8f821e49ccd7d28f6cbee3e0be4a78159c8d4a93
parent7db2e2a369284f96f500103782a493b4d325dcf4 (diff)
downloadlogilab-common-1.7.tar.gz
doc: update Changelog1.7
-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