Skip to content

Commit

Permalink
Prepare 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 18, 2022
1 parent 197534f commit 03509ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog for python-chess
==========================

New in v1.9.0
-------------

Bugfixes:

* Expand position validation to detect check conflicting with en passant
square.

New features:

* Add ``chess.svg.board(..., fill=...)``.
* Let ``chess.svg.board()`` add ASCII board as description of SVG.
* Add hint when engine process dies due to illegal instruction.

New in v1.8.0
-------------

Expand All @@ -18,9 +32,9 @@ New in v1.7.0

New features:

* Added new models for ``chess.engine.Score.wdl()``: ``sf`` (the new default)
* Add new models for ``chess.engine.Score.wdl()``: ``sf`` (the new default)
and ``sf14``.
* Added ``chess.Board.piece_map()``.
* Add ``chess.Board.piece_map()``.

Bugfixes:

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

__email__ = "[email protected]"

__version__ = "1.8.0"
__version__ = "1.9.0"

import collections
import copy
Expand Down

0 comments on commit 03509ec

Please sign in to comment.