diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-09 18:10:19 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-09 18:10:19 +0200 |
| commit | f652213b76f72382bab21e730bf0ccc4419a1267 (patch) | |
| tree | 3008ddf6d9d7a08ecf99c5ac6cbdddbe2f2e9e74 /debian | |
| parent | fc874b8b9507401a232d42fa7936148f76b0a1e2 (diff) | |
| download | python-apt-f652213b76f72382bab21e730bf0ccc4419a1267.tar.gz | |
Allow types providing __new__() to be subclassed.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1a80d081..818bf630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ python-apt (0.7.92) experimental; urgency=low * Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141) + * Allow types providing __new__() to be subclassed. - -- Julian Andres Klode <jak@debian.org> Mon, 08 Jun 2009 17:23:37 +0200 + -- Julian Andres Klode <jak@debian.org> Tue, 09 Jun 2009 18:09:53 +0200 python-apt (0.7.91) experimental; urgency=low |
