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 0e9ac77 commit d93c0b2Copy full SHA for d93c0b2
CHANGELOG.rst
@@ -1,6 +1,18 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v1.8.0
5
+-------------
6
+
7
+Bugfixes:
8
9
+* Fix ``SquareSet.issuperset()`` and ``SquareSet.issubset()`` by swapping
10
+ their respective implementations.
11
12
+New features:
13
14
+* Read and write PGN comments like ``[%emt 0:05:21]``.
15
16
New in v1.7.0
17
-------------
18
chess/__init__.py
@@ -27,7 +27,7 @@
27
28
__email__ = "niklas.fiekas@backscattering.de"
29
30
-__version__ = "1.7.0"
+__version__ = "1.8.0"
31
32
import collections
33
import copy
0 commit comments