Skip to content

Commit 13e7c29

Browse files
committed
chore(version): v2.3.1
1 parent 362a897 commit 13e7c29

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v2.3.1 - 2025-09-25
6+
#### Bug Fixes
7+
- pgn disambiguation squares (#75) - (362a897) - Corentin Giaufer Saubert
8+
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#74) - (34f57bc) - Corentin Giaufer Saubert
9+
#### Documentation
10+
- improve formatting and readability in README.md - (f9102d2) - CorentinGS
11+
#### Refactoring
12+
- clean up code by removing unnecessary blank lines and optimizing variable initialization - (eefa43f) - CorentinGS
13+
- reorganize fields in Scanner and SearchResults structs for clarity - (6a3f038) - CorentinGS
14+
- streamline variable initialization in parseMoveText function - (a508986) - CorentinGS
15+
- improve error handling in TestBytesBookSource and enhance string comparison in TestChessHasher - (503a6d7) - CorentinGS
16+
- optimize token handling in parseMoveText - (71f7da8) - CorentinGS
17+
- simplify cloneChildren method by removing unnecessary nil check - (5f4e014) - CorentinGS
18+
- simplify evaluatePositionStatus method and optimize path collection in Split - (9879d58) - CorentinGS
19+
- remove unnecessary break statements in addTags function - (712f228) - CorentinGS
20+
21+
- - -
22+
523
## v2.3.0 - 2025-09-18
624
#### Bug Fixes
725
- experiment for issue #61 - (5231e8f) - CorentinGS

0 commit comments

Comments
 (0)