Skip to content

Commit 21f258d

Browse files
committed
Prepare 0.31.2
1 parent 92ef80c commit 21f258d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog for python-chess
22
==========================
33

4+
New in v0.31.2
5+
--------------
6+
7+
Bugfixes:
8+
9+
* Fix rejected/accepted in `chess.engine.XBoardProtocol`.
10+
* Misc typing fixes.
11+
12+
Changes:
13+
14+
* Deprecated `chess.syzygy.is_table_name()`. Replaced with
15+
`chess.syzygy.is_tablename()` which has additional parameters and defaults to
16+
`one_king`.
17+
* Take advantage of `int.bit_count()` coming in Python 3.10.
18+
419
New in v0.31.1
520
--------------
621

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__email__ = "[email protected]"
2626

27-
__version__ = "0.31.1"
27+
__version__ = "0.31.2"
2828

2929
import collections
3030
import copy

0 commit comments

Comments
 (0)