From c53750694f9ec0895b9ac76963d9181fd447d963 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 20 Jan 2022 15:41:55 +0100 Subject: [PATCH] document the last change Signed-off-by: Mattia Rizzolo --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 907c14a..7d84453 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,11 @@ ubuntu-dev-tools (0.188) UNRELEASED; urgency=medium + Support Python 3.6 by calling functools.lru_cache() as a function, and avoid using @functools.cached_property (both new in Python 3.8). + [ Graham Inggs ] + * lpapicache.py: + + Use collections.abc.Callable instead of the long deprecated + collections.Callable. + -- Mattia Rizzolo Thu, 09 Dec 2021 17:54:27 +0100 ubuntu-dev-tools (0.187) unstable; urgency=medium