Skip to content

Commit

Permalink
prepare 0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 11, 2018
1 parent fd17918 commit b613423
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog for python-chess
==========================

New in v0.23.5
--------------

Bugfixes:

* Atomic chess: KNvKN is not insufficient material.
* Crazyhouse: Detect insufficient material. This can not happen unless the
game was started with insufficient material.

Changes:

* Better error messages when parsing info from UCI engine fails.
* Better error message for `b.set_board_fen(b.fen())`.

New in v0.23.4
--------------

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

__email__ = "[email protected]"

__version__ = "0.23.4"
__version__ = "0.23.5"

import collections
import copy
Expand Down

0 comments on commit b613423

Please sign in to comment.