Skip to content

Commit

Permalink
prepare changelog for v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf authored Jun 10, 2023
1 parent 2f40f6d commit 3f89911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for shakmaty

## v0.26.0

- Change semantics of `PartialEq` for `Chess` ❗ (FIDE rules for repetitions instead of structural equality)
- Implement `Hash`, `PartialEq`, and `Eq` for all variant positions.
- Replace `build.rs` with const evaluation. Bump MSRV to 1.70.

## v0.25.0

- Remove `step` feature.
Expand Down

0 comments on commit 3f89911

Please sign in to comment.