summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 13:13:51 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 13:16:35 +0200
commitce554fabc7ff4dc5690cfc475dbe80882ba195ec (patch)
tree25aac2a73ca8a43815fb60eb8e554d810b29963d /doc/source/whatsnew
parent09a64ad2b63e5a8af386327ff741fddfb65b7f92 (diff)
downloadpython-apt-ce554fabc7ff4dc5690cfc475dbe80882ba195ec.tar.gz
doc: Document apt_pkg.TagFile additions
Diffstat (limited to 'doc/source/whatsnew')
-rw-r--r--doc/source/whatsnew/1.0.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/whatsnew/1.0.rst b/doc/source/whatsnew/1.0.rst
index 317410f9..7c5951fe 100644
--- a/doc/source/whatsnew/1.0.rst
+++ b/doc/source/whatsnew/1.0.rst
@@ -7,7 +7,8 @@ New features
------------
* :class:`apt_pkg.AcquireFile` can now take a hash string that is not an
md5 value, using the new `hash` argument.
-
+* A new a :meth:`apt_pkg.TagFile.close` method was added
+* :class:`apt_pkg.TagFile` is now a context manager
Deprecated