Skip to content

Commit

Permalink
prepare changelog for v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 22, 2024
1 parent 6f07cd5 commit 2397776
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for shakmaty

## v0.27.2

- Significantly optimize FEN writing. Add
`append_to_string()`,
`append_ascii_to()`,
and `write_ascii_to()`
for types `Square`, `BoardFen`, `Fen`, `Epd`, `San`, `SanPlus`, and `UciMove`.
- Add `Setup::mirror()` and `into_mirrored()`, add `UciMove::to_mirrored()`,
add `Move::to_mirrored()`.
- Rename `{ByColor,ByCastlingSide}::into_flipped()` to `into_swapped()` (with
deprecated alias remaining).
- Make fields of `PlayError` public. Deprecate `PlayError::into_inner()`.

## v0.27.1

- Fix overly specific SAN disambiguation where rank would suffice.
Expand Down

0 comments on commit 2397776

Please sign in to comment.