Skip to content

Commit

Permalink
Prepare release of v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 13, 2017
1 parent a1974ae commit 801a707
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ At the current stage of this project it 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.

New in v0.16.2
--------------

Changes:

* `board.move_stack` now contains the exact move objects added with
`Board.push()` (instead of normalized copies for castling moves).
This ensures they can be used with `Board.variation_san()` amongst others.
* `board.ep_square` is now `None` instead of `0` for no en passant square.
* `chess.svg`: Better vector graphics for knights. Thanks to ProgramFox.
* Documentation improvements.

New in v0.16.1
--------------

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__ = "[email protected]"

__version__ = "0.16.1"
__version__ = "0.16.2"

import copy
import re
Expand Down

0 comments on commit 801a707

Please sign in to comment.