From af2fe31d61732ef16fb1e4432395ecb59ef819d0 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 9 Oct 2020 12:10:48 +0200 Subject: doc: update Changelog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.1