summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2016-12-09 09:42:40 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2016-12-09 09:42:40 +0000
commitd9b2fadb419923ee2e45cf9c4fa4e890461540f6 (patch)
treef1dbac9575de03d7e39d35aa62e1f8f6f0648f09
parentecfb5fc66a99fbea9402dcb3cb15c381ffd78ce0 (diff)
downloaddocutils-d9b2fadb419923ee2e45cf9c4fa4e890461540f6.tar.gz
HISTORY summary
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/RELEASE-NOTES.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt
index ace96b2d1..2f59a64e3 100644
--- a/docutils/RELEASE-NOTES.txt
+++ b/docutils/RELEASE-NOTES.txt
@@ -34,11 +34,6 @@ Future changes
* Drop support for python 2.4 after release 0.13.
-Checks before 0.13
-==================
-
-* new html writer status
-
Changes Since 0.12
==================
@@ -53,6 +48,14 @@ Changes Since 0.12
.. _HTML 5: http://www.w3.org/TR/html5/
+* languages: persian/farsi and latvian/la mappings.
+
+* change default base url for :rfc: to http://tools.ietf.org/html/
+
+* tables accept widths, a list and align
+
+* latex2e: Fix admonition width, remove deprecated options, better tablewidth auto, ...
+
* rst.el : The problem with ``electric-indent-mode`` has been fixed.