From fa9695dbe0b090eb9907647b7a8d1c20210efa5b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 19 Jan 2014 07:32:10 +0100 Subject: [PATCH] changelog: bette note about literal_strong --- CHANGES | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 33cc66fd4..e387ffd53 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 ------------