diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-23 20:02:05 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-01 01:46:18 +0900 |
commit | dd8088f5aae7919e0977a47ced1e34a75f2c7ae1 (patch) | |
tree | d868a7c701991c3c707f21c5331664700bf5e5c3 | |
parent | 8f647643fb32472e9e4b48d65d27c5994108009e (diff) | |
download | sphinx-git-dd8088f5aae7919e0977a47ced1e34a75f2c7ae1.tar.gz |
Update CHANGES
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ Incompatible changes * Due to the scoping changes for :rst:dir:`productionlist` some uses of :rst:role:`token` must be modified to include the scope which was previously ignored. +* #6903: js domain: Internal data structure has changed. Both objects and + modules have node_id for cross reference +* #7210: js domain: Non intended behavior is removed such as ``parseInt_`` links + to ``.. js:function:: parseInt`` Deprecated ---------- |