summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 19:07:53 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 19:07:53 +0000
commit8502410002137094b8ba9ca8018a859c06b10b55 (patch)
tree5d6ab667cb364be50acf4c2e4e84236a202c50b5
parent402e3ef9e0decea4d55d05a8e75267bb2de54906 (diff)
downloaddocutils-8502410002137094b8ba9ca8018a859c06b10b55.tar.gz
Add some more to 0.10 release notes
change web to 0.10 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7570 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--RELEASE-NOTES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ff3885055..b0bb627e8 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -56,6 +56,8 @@ Release 0.10 (2012-12-16)
except ImportError:
import docutils.utils.math as math
+ - enhanced math and error handling.
+
* docutils/io.py
- FileInput/FileOutput: no system-exit on IOError.
@@ -63,6 +65,21 @@ Release 0.10 (2012-12-16)
.. _Python 3 compatibility: README.html#python-3-compatibility
+* docutils/writers/html4css1/__init__.py
+
+ - Use ``<code>`` tag for inline "code",
+ do not drop nested inline nodes (syntax highlight tokens).
+ - Customizable MathJax URL (based on patch by Dmitry Shachnev).
+ - No line break after opening inline math tag.
+
+* docutils/writers/latex2e/__init__.py, docutils/writers/xetex/__init__.py
+
+ - Fix section numbering by LaTeX.
+
+* docutils/writers/s5_html/__init__.py
+
+ - Fix [ 3556388 ] Mathjax does not work with rst2s5.
+
Release 0.9.1 (2012-06-17)
==========================