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 0ec9409 commit 12a434cCopy full SHA for 12a434c
CHANGELOG.rst
@@ -15,6 +15,8 @@ Up for the next release
15
* Minor testing related improvements: Close PGN files, allow running via
16
setuptools.
17
18
+* Add recently introduced features to README.
19
+
20
New in v0.4.0
21
-------------
22
README.rst
@@ -100,6 +100,8 @@ Features
100
once a fivefold repitition occurs or if there are 75 moves without a pawn
101
push or capture. Other ways of ending a game take precedence.
102
103
+ .. code:: python
104
105
>>> board.is_fivefold_repitition()
106
False
107
>>> board.is_seventyfive_moves()
0 commit comments