From dc529b2c640b17c1b163582d81bd4e17cf6ae6cc Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Thu, 22 Oct 2020 01:06:45 +0200 Subject: [PATCH] Clarify change around [%eval #0] --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b593d5e19..6c20d762a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Changes: relative to the side to move. The ambiguity around `[%eval #0]` has been resolved to `Mate(-0)`. This makes sense, given that the authors 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, but it is recommended to use its documented fields and methods instead.