changelog: bette note about literal_strong

This commit is contained in:
Georg Brandl 2014-01-19 07:32:10 +01:00
parent dd41adf0a0
commit fa9695dbe0

11
CHANGES
View File

@ -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
------------