Skip to content

Commit 11e2597

Browse files
committed
docs(CHANGES) Note context managers are 0.44.0+
1 parent 1b0d963 commit 11e2597

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: CHANGES

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
- _Future release notes will be placed here_
1717

18-
## libtmux 0.43.0 (2025-02-15)
19-
2018
### Features
2119

22-
#### Context Managers for tmux Objects
20+
#### Context Managers for tmux Objects (#566)
2321

2422
Added context manager support for all main tmux objects:
2523

@@ -42,6 +40,10 @@ with Server() as server:
4240

4341
This makes it easier to write clean, safe code that properly cleans up tmux resources.
4442

43+
## libtmux 0.43.0 (2025-02-15)
44+
45+
### Features
46+
4547
#### Server Initialization Callbacks
4648

4749
Server now accepts 2 new optional params, `socket_name_factory` and `on_init` callbacks (#565):

0 commit comments

Comments
 (0)