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 614d718 commit 3c902fdCopy full SHA for 3c902fd
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Changelog for python-chess
2
==========================
3
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
17
New in v1.9.1
18
-------------
19
chess/__init__.py
@@ -27,7 +27,7 @@
27
28
__email__ = "[email protected]"
29
30
-__version__ = "1.9.1"
+__version__ = "1.9.2"
31
32
import collections
33
import copy
0 commit comments