Skip to content

Commit 12a434c

Browse files
committed
Minor fix for README
1 parent 0ec9409 commit 12a434c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Up for the next release
1515
* Minor testing related improvements: Close PGN files, allow running via
1616
setuptools.
1717

18+
* Add recently introduced features to README.
19+
1820
New in v0.4.0
1921
-------------
2022

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Features
100100
once a fivefold repitition occurs or if there are 75 moves without a pawn
101101
push or capture. Other ways of ending a game take precedence.
102102

103+
.. code:: python
104+
103105
>>> board.is_fivefold_repitition()
104106
False
105107
>>> board.is_seventyfive_moves()

0 commit comments

Comments
 (0)