document the last change

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2022-01-20 15:41:55 +01:00
parent 0dde3262d1
commit c53750694f
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

5
debian/changelog vendored
View File

@ -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 <mattia@debian.org> Thu, 09 Dec 2021 17:54:27 +0100
ubuntu-dev-tools (0.187) unstable; urgency=medium