Fix a bug where the removal of download files and images wasn't noticed.

This commit is contained in:
Georg Brandl
2011-01-07 10:06:21 +01:00
parent 52ab6c99be
commit 2ae79f5272
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.7 (in development)
==============================
* Fix a bug where the removal of download files and images wasn't
noticed.
* #571: Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output with the fix of #556.