changelog
- Fri, 24 Jul 2026 12:44:42 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 24 Jul 2026 12:44:42 +0200] rev 154
- rename INVALID_POSITION to PIECE_NOT_FOUND
because that is really what it is used for
- Fri, 24 Jul 2026 12:42:57 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 24 Jul 2026 12:42:57 +0200] rev 153
- fix wrong error message when move indices are invalid
was INVALID_POSITION "no piece cannot be moved this way"
but should be INVALID_MOVE_SYNTAX
- Thu, 23 Jul 2026 11:37:35 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 23 Jul 2026 11:37:35 +0200] rev 152
- fix incorrect move notation when disambiguating moves
fixes #933