We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ec55b commit 57ee1ddCopy full SHA for 57ee1dd
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v0.23.9
5
+--------------
6
+
7
+Changes:
8
9
+* Updated `Board.is_fivefold_repetition()`. FIDE rules have changed and the
10
+ repetition no longer needs to occur on consecutive alternating moves.
11
+ Thanks @LegionMammal978.
12
13
New in v0.23.8
14
--------------
15
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "[email protected]"
28
29
-__version__ = "0.23.8"
+__version__ = "0.23.9"
30
31
import collections
32
import copy
0 commit comments