summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index da4f30eaf..bb3021bb6 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -14,6 +14,14 @@
Changes Since 0.3.7
===================
+* docutils/parsers/rst/states.py:
+
+ - Added check for escaped at-mark to prevent email address recognition.
+
+* docutils/parsers/rst/directives/tables.py:
+
+ - Added "list-table" directive.
+
* docutils/writers/latex2e.py:
- Improved --use-latex-docinfo so that organization/contact/address
@@ -24,6 +32,7 @@ Changes Since 0.3.7
- Made sure that latex doesn't fill in today's date if no date field
was given.
+
Release 0.3.7 (2004-12-24)
==========================
@@ -73,7 +82,6 @@ Release 0.3.7 (2004-12-24)
- Changed role function API: the "text" parameter now takes
null-escaped interpreted text content.
- Empty sections and documents are allowed now.
- - Added check for escaped at-mark to prevent email address recognition.
* docutils/parsers/rst/directives/__init__.py: