summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-27 13:08:20 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-27 13:08:20 +0200
commit6282a925c2e32aeaa342b789470a01b6dcf70890 (patch)
tree8d1e2dd556810263df517a6eed9ad615d8a98532 /doc/source/whatsnew
parent58cebce48503e2478f59cbfe0e1f9849156d6337 (diff)
downloadpython-apt-6282a925c2e32aeaa342b789470a01b6dcf70890.tar.gz
apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
Diffstat (limited to 'doc/source/whatsnew')
-rw-r--r--doc/source/whatsnew/0.8.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/whatsnew/0.8.0.rst b/doc/source/whatsnew/0.8.0.rst
index fda53443..fa58a022 100644
--- a/doc/source/whatsnew/0.8.0.rst
+++ b/doc/source/whatsnew/0.8.0.rst
@@ -23,6 +23,8 @@ This release of python-apt also features several other, smaller changes:
* apt_pkg.Cache() now takes None for the progress parameter, preventing
progress reporting.
+ * A new class :class:`apt_pkg.OrderList` has been added on request
+ of the mancoosi project.
There have been various other changes, see the changelog for a complete list
of changes.