diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | doc/source/c++/api.rst | 5 | ||||
| -rw-r--r-- | doc/source/whatsnew/0.7.100.rst | 4 |
3 files changed, 2 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index c3971451..d5ea587e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-apt (0.7.98.2) unstable; urgency=low - Fix docstring of Package.mark_delete() (Closes: #599042) * doc: - Various documentation updates. + - The C++ API/ABI is stable now. * po - Update sl.po (Closes: #603359) diff --git a/doc/source/c++/api.rst b/doc/source/c++/api.rst index e807f4bb..97ab24d1 100644 --- a/doc/source/c++/api.rst +++ b/doc/source/c++/api.rst @@ -10,10 +10,7 @@ The C++ API names use the name of the class in apt_pkg and are prefixed with Py. For each supported class, there is a _Type object, a _Check() function, a _CheckExact() function, a _FromCpp() and a _ToCpp() function. -.. note:: - - This API is experimental and should not be used in stable program - releases. +.. versionadded:: 0.7.100 Acquire (pkgAcquire) -------------------- diff --git a/doc/source/whatsnew/0.7.100.rst b/doc/source/whatsnew/0.7.100.rst index a691c6a1..eda27647 100644 --- a/doc/source/whatsnew/0.7.100.rst +++ b/doc/source/whatsnew/0.7.100.rst @@ -162,10 +162,6 @@ C++ headers The 0.7.100 release introduces python-apt-dev which provides headers for developers to provide Python support in the libapt-pkg-using application. -.. warning:: - - The ABI is not considered stable yet. - Redesign of :mod:`apt_inst` --------------------------- The 0.7.100 series redesigns the :mod:`apt_inst` module to provide |
