Skip to content

Commit 48756be

Browse files
committed
CHANGES(docs[deprecations]): Add Deprecated and Raises version columns
why: Users need to know both when deprecation started and when methods will raise DeprecatedError to plan their migration timeline. what: - Add "Deprecated" column showing original deprecation version - Add "Raises" column showing v0.51.0 for all deprecated APIs - Update all rows with appropriate version numbers - Use Sphinx autodoc links for DeprecatedError and DeprecationWarning
1 parent 42ccb2f commit 48756be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _Upcoming changes will be written here._
4646

4747
#### APIs deprecated (#611)
4848

49-
Legacy API methods now raise `libtmux.exc.DeprecatedError` (hard error) instead of emitting `DeprecationWarning`.
49+
Legacy API methods now raise {exc}`~libtmux.exc.DeprecatedError` (hard error) instead of emitting {class}`DeprecationWarning`.
5050

5151
See {doc}`migration` for full context and examples.
5252

0 commit comments

Comments
 (0)