Skip to content

Commit

Permalink
Fix CHANGELOG.rst
Browse files Browse the repository at this point in the history
Added a hyphen and a comma.
  • Loading branch information
Boštjan Mejak authored and niklasf committed Oct 23, 2020
1 parent 133aa36 commit f3ca606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Changes:
* The ``PovScore`` returned by ``chess.pgn.GameNode.eval()`` is now always
relative to the side to move. The ambiguity around ``[%eval #0]`` has been
resolved to ``Mate(-0)``. This makes sense, given that the authors of the
specification probably had standard chess in mind (where a game ending move
is always a loss for the opponent). Previously this would be parsed as
specification probably had standard chess in mind (where a game-ending move
is always a loss for the opponent). Previously, this would be parsed as
``None``.
* Typed ``chess.engine.InfoDict["wdl"]`` as the new ``chess.engine.PovWdl``,
rather than ``Tuple[int, int, int]``. The new type is backwards compatible,
Expand Down

0 comments on commit f3ca606

Please sign in to comment.