summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-27 17:45:22 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-27 17:45:22 +0100
commit748f5005026e2698c7e9ff7e98f6a7799567c60e (patch)
tree6e4666a2f3918f783896c3db7fae3e8968629e5b /debian
parentd24964f86e1108f88d55a9580bbd6d2e482562dd (diff)
downloadpython-apt-748f5005026e2698c7e9ff7e98f6a7799567c60e.tar.gz
Remove inline functions from the C++ API, export them instead (part 1)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 08bf564b..f3cea5b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low
to work. A replacement will be added once destruction callbacks are added
in APT.
* Merge the CppOwnedPyObject C++ class into CppPyObject.
+ * Remove inline functions from the C++ API, export them instead.
-- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100