Skip to content

Commit

Permalink
Prepare 0.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 9, 2020
1 parent cf1a72d commit 91d431c
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.4
--------------

Bugfixes:

* Fix inconsistency where `board.is_legal()` was not accepting castling moves
in Chess960 notation (when board is in standard mode), while all other
methods did.
* Fix `chess.pgn.GameNode.set_clock()` with negative or floating point values.
* Avoid leading and trailing spaces in PGN comments when setting annotations.

New features:

* Finish typing and declare support for mypy.

New in v0.31.3
--------------

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__ = "niklas.fiekas@backscattering.de"

__version__ = "0.31.3"
__version__ = "0.31.4"

import collections
import copy
Expand Down

0 comments on commit 91d431c

Please sign in to comment.