summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-08-20 06:49:39 +0900
committershimizukawa <shimizukawa@gmail.com>2014-08-20 06:49:39 +0900
commit378625a66edd6fd10ffd2fe00582292897440778 (patch)
tree0064ff139acd8184efeec252eb2649f157c83304 /CHANGES
parent0f0a65c7d2df7d6e8dd8971c63a1b79d4086fc1d (diff)
downloadsphinx-378625a66edd6fd10ffd2fe00582292897440778.tar.gz
update CHANGES for pull request #269, #1476.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 10131bef..593546cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@ Incompatible changes
* 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.
+* PR#269, #1476: replace `<tt>` tag by `<code>`. User customized stylesheets
+ should be updated If the css contain some styles for `<tt>` tag.
+ Thanks to Takeshi Komiya.
Features added
--------------