summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 22:17:56 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 22:17:56 +0200
commit00b217fb80f83574d70785fb76e136ad22c48a42 (patch)
treeb04a7b15e4efb6487eb8346eccc27d536b665962 /doc
parent8020ec7d4a9632fb524c215d89aebae942ea37ad (diff)
downloadpython-apt-00b217fb80f83574d70785fb76e136ad22c48a42.tar.gz
Document that the cache now supports :all and friends
Gbp-Dch: ignore
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew/1.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/whatsnew/1.0.rst b/doc/source/whatsnew/1.0.rst
index 5fa92ece..88fe69ed 100644
--- a/doc/source/whatsnew/1.0.rst
+++ b/doc/source/whatsnew/1.0.rst
@@ -10,6 +10,8 @@ New features
* A new a :meth:`apt_pkg.TagFile.close` method was added
* :class:`apt_pkg.TagFile` is now a context manager
+* The high-level cache class, :class:`apt.cache.Cache` now supports package
+ names with special architecture qualifiers such as :all and :native.
Deprecated
----------