From 65fad86b26618785287152e437a7c80efb94b058 Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Fri, 2 Aug 2024 12:16:03 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59c93c..948c1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - `Square` is now an extension type. - Introduce `File` and `Rank` types. +### Bug fixes: +- Fix `Position.isLegal` that was generating illegal king moves. +- Fix `Position.normalizeMove` that could turn an illegal move into a legal castling move. + ## 0.7.1 - Add Piece.kind, Role.letter and Role.uppercaseLetter getters.