summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-03 16:34:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-03 16:34:57 +0900
commit1fbca4997066de1be565b9b5984b04d725df896c (patch)
treea1886d86434641f481292217a405c48b0c538c97 /CHANGES
parent9922923d6f2ef12e24afd7a4f0b0d6533fc80737 (diff)
downloadsphinx-git-1fbca4997066de1be565b9b5984b04d725df896c.tar.gz
Close #9683: Revert the removal of ``add_stylesheet()`` API
It will be kept until the Sphinx-6.0 release. Note: Now it emits a warning instead of DeprecationWarning to let the users know the deprecation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3298acbd2..c6cb4a8df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,8 @@ Features added
* #9691: C, added new info-field ``retval``
for :rst:dir:`c:function` and :rst:dir:`c:macro`.
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
+* #9683: Revert the removal of ``add_stylesheet()`` API. It will be kept until
+ the Sphinx-6.0 release
Bugs fixed
----------