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
Copy file name to clipboardExpand all lines: CHANGES
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,29 @@ _Upcoming changes will be written here._
44
44
- Fix incorrect return type annotations for `capture_pane()` and `display_message()` methods
45
45
(changed from `str | list[str]` to `list[str]` - the methods always return a list).
46
46
47
+
#### APIs deprecated (#611)
48
+
49
+
Legacy API methods (deprecated in 0.16-0.33) now raise {exc}`~libtmux.exc.DeprecatedError` (hard error) instead of emitting {class}`DeprecationWarning`.
50
+
51
+
See {doc}`migration` for full context and examples.
0 commit comments