Skip to content

Commit

Permalink
Prepare 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 2, 2020
1 parent 92ef80c commit 21f258d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog for python-chess
==========================

New in v0.31.2
--------------

Bugfixes:

* Fix rejected/accepted in `chess.engine.XBoardProtocol`.
* Misc typing fixes.

Changes:

* Deprecated `chess.syzygy.is_table_name()`. Replaced with
`chess.syzygy.is_tablename()` which has additional parameters and defaults to
`one_king`.
* Take advantage of `int.bit_count()` coming in Python 3.10.

New in v0.31.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__email__ = "[email protected]"

__version__ = "0.31.1"
__version__ = "0.31.2"

import collections
import copy
Expand Down

0 comments on commit 21f258d

Please sign in to comment.