summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c79ede07..7326ed09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,8 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
* python/cache.cc:
- Check that 2nd argument to Cache.update() really is a SourceList object.
- Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource.
- - Add Package.has_versions to see which packages have at least one version.
+ - Add Package.has_versions to see which packages have at least one version,
+ and Package.has_provides for provides.
- Add rich compare methods to the Version object.
* python/generic.cc:
- Fix a memory leak when using old attribute names.