diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-12-05 19:24:28 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-12-05 19:24:28 +0000 |
| commit | 619c77f891903f894e5093431244d00aef37355d (patch) | |
| tree | 4d76038b8e8e0cdff24ad10b631b98a5b534062d | |
| parent | 39d527890a11d63fb451411f7b898e67565ac047 (diff) | |
| download | docutils-619c77f891903f894e5093431244d00aef37355d.tar.gz | |
list major changes after last release
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7242 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 48bf3547a..6e231b50b 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -17,6 +17,22 @@ more detailed list of changes, please see the `Docutils History`_. .. contents:: +Release 0.9 (unpublished) +========================= + +* General: + + - reStructuredText "code" role and directive with syntax highlighting + by Pygments_. + - "code" option of the "include" directive. + + .. _Pygments: http://pygments.org/ + +* docutils/writers/html4css1/__init__.py + + - change default for `math-output` setting to MathJax + + Release 0.8.1 (2011-08-30) ========================== |
