summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-04-27 15:18:44 +0100
committerGitHub <noreply@github.com>2023-04-27 15:18:44 +0100
commit24f476949d698d4a90f385eac3a2e8868b6a34f8 (patch)
tree008a0c3c4762a49328beaefe63b7b4a0115afad6 /CHANGES
parent583fb74bd463aa7f03d6759e9ddcbd1927071348 (diff)
downloadsphinx-git-24f476949d698d4a90f385eac3a2e8868b6a34f8.tar.gz
Remove deprecated ``sphinx.pycode.ast.parse()`` (#11371)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 72ee3bf64..7bd8f7250 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,7 @@ Incompatible changes
* #11366: Make ``locale`` a required argument to
``sphinx.util.i18n.format_date()``.
* #11370: Remove deprecated ``sphinx.util.stemmer`` module.
+* #11371: Remove deprecated ``sphinx.pycode.ast.parse()`` function.
Deprecated
----------