summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 07:32:10 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 07:32:10 +0100
commit59b355edaa4f17aff910bf2371526d5ce46fb648 (patch)
treee92ad2ffbbefddba05ff1be5986a2a5de0110058
parent39287f95535866e2d4d1544f8688ce22fd19a69a (diff)
downloadsphinx-59b355edaa4f17aff910bf2371526d5ce46fb648.tar.gz
changelog: bette note about literal_strong
-rw-r--r--CHANGES11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 33cc66fd..e387ffd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,17 @@
Release 1.3 (in development)
============================
-Change support versions
------------------------
-
-* Drop Python-2.5, 3.1 (support code was completely removed)
-
Incompatible changes
--------------------
+* Dropped support for Python 2.5 and 3.1.
+
* Removed the ``sphinx.ext.oldcmarkup`` extension.
+* A new node, ``sphinx.addnodes.literal_strong``, has been added, for text that
+ should appear literally (i.e. no smart quotes) in strong font. Custom writers
+ will have to be adapted to handle this node.
+
New features
------------