diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-14 22:32:05 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-14 22:32:05 +0900 |
commit | af9df449ea7c1c0dca7ebc39d66bc162a45bec4b (patch) | |
tree | 4d85a2cd2f55e97ab4b1cea02e85c0db5a64fefd | |
parent | c1b30c1204e1397d3ac3eab0c2f59cc850c3bd85 (diff) | |
download | sphinx-git-af9df449ea7c1c0dca7ebc39d66bc162a45bec4b.tar.gz |
Update CHANGES for PR #6358
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,6 @@ Incompatible changes * #6230: The anchor of term in glossary directive is changed if it is consisted by non-ASCII characters * #4550: html: Centering tables by default using CSS -* The ``rawsource`` property of ``production`` nodes now contains the full - production rule. Deprecated ---------- @@ -98,6 +96,8 @@ Features added * rst domain: Add :rst:dir:`directive:option` directive to describe the option for directive * #6306: html: Add a label to search form for accessability purposes +* #6358: The ``rawsource`` property of ``production`` nodes now contains the + full production rule Bugs fixed ---------- |