Skip to content

Commit

Permalink
Prepare 0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 29, 2018
1 parent 28a8a7f commit 3f873e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,19 @@
Changelog for python-chess
==========================

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

New features:

* XBoard: Support pondering. Thanks Manik Charan.
* UCI: Support unofficial `info ebf`.

Bugfixes:

* Implement 16 bit DTZ mapping, which is required for some of the longest
7 piece endgames.

New in v0.23.3
--------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Expand Up @@ -26,7 +26,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "0.23.3"
__version__ = "0.23.4"

import collections
import copy
Expand Down

0 comments on commit 3f873e5

Please sign in to comment.