Skip to content

Commit

Permalink
Update changelog.md for new version of Blunder.
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmchris authored Oct 4, 2021
1 parent 9413547 commit a5e1f1b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
Changelog
---------
* Blunder 6.1.0
* Blunder 6.0.0
* Blunder 5.0.0
* Blunder 4.0.0
* Blunder 3.0.0
* Blunder 2.0.0
* Blunder 1.0.0 (Initial release)

Blunder 6.1.0
-------------

Blunder 6.1.0 includes several bugfixes throughout the code, and removes history heuristics. Even with history heuristics removed however, the Elo gained from bugfixes puts Blunder 6.1.0 roughly equal to Blunder 6.0.0's strength. After further testing and bug discovery, Blunder's current Elo is now estimated to be around 2200.

* Engine
- Create rudimentary endgame detection.
* Search
- Adjust the scores in the transposition table before checking for a hit.
- Fix the UCI "Hash" command to actually resize the hash table with the given size.
- Rework the contempt factor used to be more nuanced and accurate.

Blunder 6.0.0
-------------

Expand Down

0 comments on commit a5e1f1b

Please sign in to comment.