Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Aug 2, 2024
1 parent d50bf0c commit 65fad86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65fad86

Please sign in to comment.