Skip to content

Commit

Permalink
docs(CHANGES): Note __eq__ fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 25, 2023
1 parent d55b1a4 commit 1372f44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ $ pip install --user --upgrade --pre libtmux

### Improvement

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

Thank you @m1guelperez for `Window.__eq__`! (#505)

## libtmux 0.24.1 (2023-11-23)

Expand Down

0 comments on commit 1372f44

Please sign in to comment.