diff options
author | Guillem Jover <guillem@debian.org> | 2019-11-16 00:37:17 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:45 +0100 |
commit | 69b98260c76342a72f3c819961a33b9a14e899ab (patch) | |
tree | 7c4ef933575ab9065bba2dd17804fec982337574 /debian | |
parent | 2c08a8a2a2503398c7d17b4ecb7f364ea4eb3aed (diff) | |
download | dpkg-69b98260c76342a72f3c819961a33b9a14e899ab.tar.gz |
Dpkg::Version: Remove deprecation warning from semantic change in bool overload
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 93c9c2f08..a87e747ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium $diff_ignore_default_regexp. - Dpkg::Substvars: Remove obsolete no_warn() method. - Dpkg::Index: Change default value for unique_tuple_key to 1. + - Dpkg::Version: Remove deprecation warning from semantic change in + bool overload. * Documentation: - man: Fix uncommon wording constructs. - man: Use a minus sign for a literal string. |