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 41dec5c commit facd9f5Copy full SHA for facd9f5
CHANGELOG.rst
@@ -5,6 +5,14 @@ At the current stage of this project it is more important to get things right
5
than to be consistent with previous versions. Use this changelog to see what
6
changed in a new release, because this might include API breaking changes.
7
8
+New in v0.16.1
9
+--------------
10
+
11
+Bugfixes:
12
13
+* Explosions in atomic chess were not destroying castling rights. Thanks to
14
+ ProgramFOX for finding this issue.
15
16
New in v0.16.0
17
--------------
18
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "niklas.fiekas@backscattering.de"
28
29
-__version__ = "0.16.0"
+__version__ = "0.16.1"
30
31
import copy
32
import re
0 commit comments