Skip to content

Commit

Permalink
Prepare release of 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 15, 2015
1 parent 860cb22 commit b64bee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ 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.8.3
-------------

Bugfixes:

* The initial move number in PGNs was missing, if black was to move in the
starting position. Thanks to Jürgen Précour for reporting.
* Detect more impossible en-passant squares in `Board.status()`. There already
was a requirement for a pawn on the fifth rank. Now the sixth and seventh
rank must be empty, additionally. We do not do further retrograde analisys,
rank must be empty, additionally. We do not do further retrograde analysis,
because these are the only cases affecting move generation.

New in v0.8.2
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.8.2"
__version__ = "0.8.3"

import collections
import re
Expand Down

0 comments on commit b64bee0

Please sign in to comment.