Skip to content

Commit d976923

Browse files
committed
Slight 0.15.0 changelog adjustments
1 parent de75f7f commit d976923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ New in v0.15.0
1212
Changes:
1313

1414
* `chess.uci.Score` **no longer has** `upperbound` **and** `lowerbound`
15-
**attributes**. Previously these were always false.
15+
**attributes**. Previously these were always *False*.
1616

1717
* Significant improvements of move generation speed, around **2.3x faster
1818
PGN parsing**. Removed the following internal attributes and methods of
1919
the `Board` class: `attacks_valid`, `attacks_to`, `attacks_from`,
2020
`_pinned()`, `attacks_valid_stack`, `attacks_from_stack`, `attacks_to_stack`,
2121
`generate_attacks()`.
2222

23-
* UCI: Do not send *isready* directly after go. Though allowed by the UCI
23+
* UCI: Do not send *isready* directly after *go*. Though allowed by the UCI
2424
protocol specification it is just not nescessary and many engines were having
2525
trouble with this.
2626

0 commit comments

Comments
 (0)