Skip to content

Commit 3c902fd

Browse files
committed
Prepare 1.9.2
1 parent 614d718 commit 3c902fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog for python-chess
22
==========================
33

4+
New in v1.9.2
5+
-------------
6+
7+
Bugfixes:
8+
9+
* Fix recursive Crazyhouse move generation sometimes failing with
10+
with ``RuntimeError``.
11+
* Fix rendering of black pawn SVG on dark background.
12+
13+
New features:
14+
15+
* Add ``chess.engine.AnalysisResult.would_block()``.
16+
417
New in v1.9.1
518
-------------
619

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__email__ = "[email protected]"
2929

30-
__version__ = "1.9.1"
30+
__version__ = "1.9.2"
3131

3232
import collections
3333
import copy

0 commit comments

Comments
 (0)