diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-02-26 18:20:04 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-02-26 18:20:04 +0000 |
| commit | 8b6728d299e8eb0c463c88cf828e4c7a5679eb16 (patch) | |
| tree | fc96c0446e756f842a9b920135af3ee88eb0c7ca /docutils | |
| parent | 7bc58bf4a7fc2a6f4b6d7d92e1c5b072d111cc5f (diff) | |
| download | docutils-8b6728d299e8eb0c463c88cf828e4c7a5679eb16.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2988 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/HISTORY.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index 36291e6bc..f81312a36 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -14,6 +14,11 @@ Changes Since 0.3.7 =================== +* docutils/core.py: + + - Enabled ``--dump-*`` options when ``--traceback`` specified, + allowing for easier debugging. + * docutils/io.py: - Fixed ``Input.decode`` method to apply heuristics only if no @@ -40,6 +45,7 @@ Changes Since 0.3.7 - Fixed mislocated internal targets bug, by relocating targets into the next text element. + - Fixed duplicate footnote label bug. * docutils/writers/latex2e.py: |
