You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why: collapse multiple CHANGES edits into a single entry with correct Sphinx links.
what:
- keep future release placeholder visible
- provide api-linked table for deprecated items now raising DeprecatedError
- reference migration doc for details
-**Deprecated APIs now raise**: All items below now raise `libtmux.exc.DeprecatedError` (hard error) instead of emitting `DeprecationWarning`. See {doc}`migration` for full context and examples.
40
+
41
+
| Deprecated API | Replacement | Note |
42
+
|----------------|-------------|------|
43
+
| `kill_server()` | {meth}`~libtmux.Server.kill` | Server
0 commit comments