Skip to content

Commit

Permalink
Prepare changelog for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 7, 2015
1 parent 1c129e8 commit 58359ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ is more important to get things right, than to be consistent with previous
versions. Use this changelog to see what changed in a new release, because this
might include API breaking changes.

Upcoming in the next release
----------------------------
New in v0.11.1
--------------

Bugfixes:

* `syzygy.Tablebases.probe_dtz()` has was giving wrong results for some
positions with possible en passant capturing. This was found and fixed
upstream: https://github.com/official-stockfish/Stockfish/issues/394.
positions with possible en passant capturing. This was found and fixed
upstream: https://github.com/official-stockfish/Stockfish/issues/394.

* Ignore extra spaces in UCI `info` lines, as for example sent by the
Hakkapeliitta engine. Thanks to Jürgen Précour for reporting

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

__email__ = "niklas.fiekas@tu-clausthal.de"

__version__ = "0.11.0"
__version__ = "0.11.1"


import collections
Expand Down

0 comments on commit 58359ae

Please sign in to comment.