diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-27 13:08:20 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-27 13:08:20 +0200 |
| commit | 6282a925c2e32aeaa342b789470a01b6dcf70890 (patch) | |
| tree | 8d1e2dd556810263df517a6eed9ad615d8a98532 /doc/source/whatsnew | |
| parent | 58cebce48503e2478f59cbfe0e1f9849156d6337 (diff) | |
| download | python-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.rst | 2 |
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. |
