From 8502410002137094b8ba9ca8018a859c06b10b55 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 16 Dec 2012 19:07:53 +0000 Subject: [PATCH] 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 --- RELEASE-NOTES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 ```` 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) ========================== -- 2.11.4.GIT