Merge pull request #7272 from tk0miya/update_CHANGES

Update CHANGES for #6903
This commit is contained in:
Takeshi KOMIYA 2020-03-07 18:29:14 +09:00 committed by GitHub
commit d0decad04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,16 +23,13 @@ Incompatible changes
* Due to the scoping changes for :rst:dir:`productionlist` some uses of * 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 :rst:role:`token` must be modified to include the scope which was previously
ignored. ignored.
* #6903: js domain: Internal data structure has changed. Both objects and * #6903: Internal data structure of Python, reST and standard domains have
modules have node_id for cross reference changed. The node_id is added to the index of objects and modules. Now they
contains a pair of docname and node_id for cross reference.
* #7210: js domain: Non intended behavior is removed such as ``parseInt_`` links * #7210: js domain: Non intended behavior is removed such as ``parseInt_`` links
to ``.. js:function:: parseInt`` to ``.. js:function:: parseInt``
* #6903: rst domain: Internal data structure has changed. Now objects have
node_id for cross reference
* #7229: rst domain: Non intended behavior is removed such as ``numref_`` links * #7229: rst domain: Non intended behavior is removed such as ``numref_`` links
to ``.. rst:role:: numref`` to ``.. rst:role:: numref``
* #6903: py domain: Internal data structure has changed. Both objects and
modules have node_id for cross reference
* #6903: py domain: Non intended behavior is removed such as ``say_hello_`` * #6903: py domain: Non intended behavior is removed such as ``say_hello_``
links to ``.. py:function:: say_hello()`` links to ``.. py:function:: say_hello()``