summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 20:02:05 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-01 01:46:18 +0900
commitdd8088f5aae7919e0977a47ced1e34a75f2c7ae1 (patch)
treed868a7c701991c3c707f21c5331664700bf5e5c3
parent8f647643fb32472e9e4b48d65d27c5994108009e (diff)
downloadsphinx-git-dd8088f5aae7919e0977a47ced1e34a75f2c7ae1.tar.gz
Update CHANGES
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e1c590adb..10495da18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
----------