Skip to content

Commit

Permalink
Update changelog for soon to be released final 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 19, 2024
1 parent 7836d44 commit 247d8a0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ Upcoming in the next release

Changes:

* Dropped support for Python 3.7, which had reached its end of life.
* `chess.engine.EventLoopPolicy` is no longer needed and now merely an alias
* Drop support for Python 3.7, which has reached its end of life.
* ``chess.engine.EventLoopPolicy`` is no longer needed and now merely an alias
for the default event loop policy.
* If available and requested via ``setpgrp``, use ``process_group`` support
from Python 3.11 for engine processes.
* No longer eagerly reject 8 piece positions in ``chess.syzygy``, so that
some 8 piece positions with decisive captures can be probed successfully.
* The string wrapper returned by ``chess.svg`` functions now also implements
``_repr_html_``.

New features:

* Add ``chess.pgn.Game.time_control()`` and related data models.
* Add model ``sf16.1`` for ``chess.engine.Score.wdl()``, the new default.

Bugfixes:

* Fix handling of whitespace in UCI engine communication.
* For ``chess.Board.epd()`` and ``chess.Board.set_epd()``, require that EPD
opcodes start with a letter.

New in v1.10.0 (27th Jul 2023)
------------------------------
Expand Down

0 comments on commit 247d8a0

Please sign in to comment.