We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f616f commit b3c1f62Copy full SHA for b3c1f62
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v1.11.2 (25th Feb 2025)
5
+------------------------------
6
+
7
+Bugfixes:
8
9
+* Fix ``chess.gaviota.PythonTablebase`` does not properly resolve positions
10
+ where en passant captures are the best move.
11
12
New in v1.11.1 (9th Oct 2024)
13
-----------------------------
14
chess/__init__.py
@@ -11,7 +11,7 @@
__email__ = "[email protected]"
-__version__ = "1.11.1"
+__version__ = "1.11.2"
15
16
import collections
17
import copy
0 commit comments