Skip to content

Commit

Permalink
Prepare 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 8, 2018
1 parent 9e9e11c commit cbd809f
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.23.0
--------------

New features:

* Experimental support for 7 piece Syzygy tablebases.

Changes:

* `chess.syzygy.filenames()` was renamed to `tablenames()` and
gained an optional `piece_count=6` argument.
* `chess.syzygy.normalize_filename()` was renamed to `normalize_tablename()`.
* The undocumented constructors of `chess.syzygy.WdlTable` and
`chess.syzygy.DtzTable` have been changed.

New in v0.22.2
--------------

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

__version__ = "0.22.2"
__version__ = "0.23.0"

import collections
import copy
Expand Down

0 comments on commit cbd809f

Please sign in to comment.