Skip to content

Commit 08759ea

Browse files
authored
Merge pull request #28628 from timhoffm/doc-api-changes
DOC: Sub-structure next API changes overview
2 parents 121282f + ab2c055 commit 08759ea

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

doc/api/next_api_changes.rst

+30-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,40 @@ Next API changes
55

66
.. ifconfig:: releaselevel == 'dev'
77

8+
This page lists API changes for the next release.
9+
10+
Behavior changes
11+
----------------
12+
813
.. toctree::
914
:glob:
1015
:maxdepth: 1
1116

1217
next_api_changes/behavior/*
18+
19+
Deprecations
20+
------------
21+
22+
.. toctree::
23+
:glob:
24+
:maxdepth: 1
25+
1326
next_api_changes/deprecations/*
14-
next_api_changes/development/*
27+
28+
Removals
29+
--------
30+
31+
.. toctree::
32+
:glob:
33+
:maxdepth: 1
34+
1535
next_api_changes/removals/*
36+
37+
Development changes
38+
-------------------
39+
40+
.. toctree::
41+
:glob:
42+
:maxdepth: 1
43+
44+
next_api_changes/development/*

0 commit comments

Comments
 (0)