Skip to content

Commit 1372f44

Browse files
committed
docs(CHANGES): Note __eq__ fixes
1 parent d55b1a4 commit 1372f44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ $ pip install --user --upgrade --pre libtmux
1616

1717
### Improvement
1818

19-
- `Window.__eq__` now returns `False` instead of raising `AssertionError`, thank
20-
you @m1guelperez! (#505)
19+
- `Server.__eq__`, `Session.__eq__`, `Window.__eq__`, `Pane.__eq__` now returns `False` instead of raising `AssertionError` when type mismatches (#505, #510)
20+
21+
Thank you @m1guelperez for `Window.__eq__`! (#505)
2122

2223
## libtmux 0.24.1 (2023-11-23)
2324

0 commit comments

Comments
 (0)