File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11Changelog for python-chess
22==========================
33
4+ New in v0.22.2
5+ --------------
6+
7+ Bugfixes:
8+
9+ * In standard chess promoted pieces were incorrectly considered as
10+ distinguishable from normal pieces with regard to position equality
11+ and threefold repetition. Thanks to kn-sq-tb for reporting.
12+
13+ Changes:
14+
15+ * The PGN `game.headers ` are now a custom mutable mapping that validates the
16+ validity of tag names.
17+ * Basic attack and pin methods moved to `BaseBoard `.
18+ * Documentation fixes and improvements.
19+
20+ New features:
21+
22+ * Added `Board.lan() ` for long algebraic notation.
23+
424New in v0.22.1
525--------------
626
Original file line number Diff line number Diff line change 2626
27272828
29- __version__ = "0.22.1 "
29+ __version__ = "0.22.2 "
3030
3131import collections
3232import copy
You can’t perform that action at this time.
0 commit comments