#338: Fix running with `-C` under Windows.

This commit is contained in:
Georg Brandl
2010-02-23 21:35:48 +01:00
parent ef8ae809e6
commit b24e6d55e3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
Release 0.6.5 (in development)
==============================
* #338: Fix running with ``-C`` under Windows.
* Make the ``start-after`` and ``end-before`` options to the
``literalinclude`` directive work correctly if not used together.