Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 24, 2017
1 parent 29a1477 commit 0e7f8cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.

Upcoming in the next release
----------------------------

Bugfixes:

* Fixed castling in atomic chess when there is a rank attack.
* The halfmove clock in Crazyhouse is no longer incremented unconditionally.
`CrazyhouseBoard.is_zeroing(move)` now considers pawn moves and captures as
zeroing. Added `Board.is_irreversible(move)` that can be used instead.
* Fixed an inconsistency where the `chess.pgn` tokenizer accepts long algebraic
notation but `Board.parse_san()` did not.

Changes:

* Added more NAG constants in `chess.pgn`.

New in v0.18.1
--------------

Expand Down

0 comments on commit 0e7f8cc

Please sign in to comment.