Skip to content

Commit 397a9e2

Browse files
committed
fix: wrong version number in removal
1 parent d6e7bb1 commit 397a9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/API_DEPRECATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When an endpoint, parameter, response field, or CLI flag is scheduled for remova
1313
1. **CHANGELOG** — Add an entry under `### Deprecated` naming the surface, its replacement (if any), and the planned removal version.
1414
2. **Response headers** — Deprecated HTTP endpoints and parameters emit a `Deprecation` header on every affected response (see [Header format](#header-format)).
1515
3. **Server log** — Route handlers log `logging.warning()` with the deprecated symbol and recommended replacement.
16-
4. **Removal** — Remove no earlier than **one minor version** after the deprecation was announced (e.g. deprecated in `1.2.0`, removable from `1.4.0`). Document under `### Removed` in the changelog.
16+
4. **Removal** — Remove no earlier than **one minor version** after the deprecation was announced (e.g. deprecated in `1.2.0`, removable from `1.3.0`). Document under `### Removed` in the changelog.
1717

1818
## Header format
1919

0 commit comments

Comments
 (0)