Skip to content

Commit

Permalink
Prepare 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 5, 2020
1 parent d23a147 commit b48152c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog for python-chess
==========================

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

Bugfixes:

* `RacingKingsBoard.is_variant_win()` no longer incorrectly returns `True`
for drawn positions.
* Multiple moves for EPD opcodes *am* and *bm* are now sorted as required by
the specification.
* Coordinates of SVG boards are now properly aligned, even when rendered as
SVG Tiny.

Changes:

* SVG boards now have a background color for the coordinate margin, making
coordinates readable on dark backgrounds.
* Added *[Variant "Illegal"]* as an alias for standard chess
(used by Chessbase).

Features:

* Added `Board.find_move()`, useful for finding moves that match human input.

New in v0.31.0
--------------

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.0"
__version__ = "0.31.1"

import collections
import copy
Expand Down

0 comments on commit b48152c

Please sign in to comment.