This commit is contained in:
Georg Brandl
2010-02-23 21:36:07 +01:00
6 changed files with 20 additions and 113 deletions

View File

@@ -3,6 +3,11 @@ Release 0.6.5 (in development)
* #338: Fix running with ``-C`` under Windows.
* In autodoc, allow customizing the signature of an object where
the built-in mechanism fails.
* #331: Fix output for enumerated lists with start values in LaTeX.
* Make the ``start-after`` and ``end-before`` options to the
``literalinclude`` directive work correctly if not used together.