Skip to content

Commit 33eea7c

Browse files
committed
Add changelog entries
1 parent f286d68 commit 33eea7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Changes:
1515
some 8 piece positions with decisive captures can be probed successfully.
1616
* The string wrapper returned by ``chess.svg`` functions now also implements
1717
``_repr_html_``.
18+
* Significant changes to ``chess.engine`` internals:
19+
``chess.engine.BaseCommand`` methods other than the constructor no longer
20+
receive ``engine: Protocol``.
21+
* Significant changes to board state internals: Subclasses of ``chess.Board``
22+
can no longer hook into board state recording/restoration and need to
23+
override relevant methods instead (``clear_stack``, ``copy``, ``root``,
24+
``push``, ``pop``).
1825

1926
New features:
2027

0 commit comments

Comments
 (0)