Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ProspectPyxis committed Oct 12, 2021
1 parent 20e03cd commit 7f94e45
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Moves can now be undone on the Game instance
- AI module with random AI implemented
- New go command to order the AI to make a move
- New auto\_go config option to have the AI go immediately on its turn
- New function and command to get the FEN of a game
- `go` command to order the AI to make a move
- `auto\_go` config option to have the AI go immediately on its turn
- Functions and commands to get the FEN and partial PDN of a game
- `move history` function and command to get previous moves made in the game
- `move undo` function and command to undo previous moves
- `rewind` function and command to get a board's previous state
- `exit` command to safely exit the bot

## Fixed
- Fixed a bug where pieces won't promote properly at the end of a capture chain

## Changed
- Major refactoring, fix most clippy style errors

## [0.1.0] - 2021-10-08
### Added
- New board module
Expand Down

0 comments on commit 7f94e45

Please sign in to comment.