33Adding API change notes
44=======================
55
6- API change notes for future releases are collected in the most recent directory
7- :file: `api_changes_X.Y `. They are divided into four categories :
6+ API change notes for future releases are collected in
7+ :file: `next_api_changes `. They are divided into four subdirectories :
88
99- **Deprecations **: Announcements of future changes. Typically, these will
1010 raise a deprecation warning and users of this API should change their code
@@ -16,14 +16,15 @@ API change notes for future releases are collected in the most recent directory
1616 result.
1717- **Development changes **: Changes to the build process, dependencies, etc.
1818
19- Please place new entries in the respective files in this directory. Typically,
20- each change will get its own section, but you may also amend existing sections
21- when suitable. The overall goal is a comprehensible documentation of the
22- changes.
19+ Please place new entries in these directories with a new file named
20+ ``99999-ABC.rst ``, where ``99999 `` would be the PR number, and ``ABC `` the
21+ author's initials. Typically, each change will get its own file, but you may
22+ also amend existing files when suitable. The overall goal is a comprehensible
23+ documentation of the changes.
2324
2425A typical entry could look like this::
2526
26- Locators
27- ~~~~~~~~
28- The unused `Locator.autoscale()` method is deprecated (pass the axis
29- limits to `Locator.view_limits()` instead).
27+ Locators
28+ ~~~~~~~~
29+ The unused `Locator.autoscale()` method is deprecated (pass the axis
30+ limits to `Locator.view_limits()` instead).
0 commit comments