Skip to content

Commit 247d8a0

Browse files
committed
Update changelog for soon to be released final 1.x
1 parent 7836d44 commit 247d8a0

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,26 @@ Upcoming in the next release
66

77
Changes:
88

9-
* Dropped support for Python 3.7, which had reached its end of life.
10-
* `chess.engine.EventLoopPolicy` is no longer needed and now merely an alias
9+
* Drop support for Python 3.7, which has reached its end of life.
10+
* ``chess.engine.EventLoopPolicy`` is no longer needed and now merely an alias
1111
for the default event loop policy.
12+
* If available and requested via ``setpgrp``, use ``process_group`` support
13+
from Python 3.11 for engine processes.
14+
* No longer eagerly reject 8 piece positions in ``chess.syzygy``, so that
15+
some 8 piece positions with decisive captures can be probed successfully.
16+
* The string wrapper returned by ``chess.svg`` functions now also implements
17+
``_repr_html_``.
18+
19+
New features:
20+
21+
* Add ``chess.pgn.Game.time_control()`` and related data models.
22+
* Add model ``sf16.1`` for ``chess.engine.Score.wdl()``, the new default.
23+
24+
Bugfixes:
25+
26+
* Fix handling of whitespace in UCI engine communication.
27+
* For ``chess.Board.epd()`` and ``chess.Board.set_epd()``, require that EPD
28+
opcodes start with a letter.
1229

1330
New in v1.10.0 (27th Jul 2023)
1431
------------------------------

0 commit comments

Comments
 (0)