diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-07-22 21:21:37 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-07-22 21:21:37 +0000 |
| commit | dbc4e97aface742aff1d6c5f75344547f07d2664 (patch) | |
| tree | 58c3e8515fc7db72320c0975952c5a8c40bd16ce | |
| parent | 6b9786382d0598b62f52660a671d9319740c30c1 (diff) | |
| download | docutils-dbc4e97aface742aff1d6c5f75344547f07d2664.tar.gz | |
Update announcements
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7488 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index 30a056f8c..218525c84 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -19,7 +19,13 @@ more detailed list of changes, please see the `Docutils History`_. Future changes ============== - :0.10 + n: remove the `handle_io_errors` option from io.FileInput/Output. +* remove the `handle_io_errors` option from io.FileInput/Output. + +* »Prune« the doctree (no change to the reST input syntax): + + - "doctest" element -> literal block with class argument, + - special admonitions (note, hint, warning, ...) -> generic "admonition" + element with class attribute and auto-generated title. Changes Since 0.9.1 |
