From 1372f4409a714930c936f24edc0ee7fd6bfd84b5 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 25 Nov 2023 13:15:54 -0600 Subject: [PATCH] docs(CHANGES): Note __eq__ fixes --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d29d70467..4bb643a2a 100644 --- a/CHANGES +++ b/CHANGES @@ -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)