Skip to content

Commit

Permalink
Prepare 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 18, 2019
1 parent f826820 commit bef0228
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,27 @@
Changelog for python-chess
==========================

New in v0.25.0
--------------

New features:

* This release introduces a new **experimental API for chess engine
communication**, `chess.engine`, based on `asyncio`. It is intended to
eventually replace `chess.uci` and `chess.xboard`.

Bugfixes:

* Fixed race condition in LRU-cache of open Syzygy tables. The LRU-cache is
enabled by default (*max_fds*).
* Fix deprecation warning and unclosed file in setup.py.
Thanks Mickaël Schoentgen.

Changes:

* `chess.pgn.read_game()` now ignores BOM at the start of the stream.
* Removed deprecated items.

New in v0.24.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Expand Up @@ -26,7 +26,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "0.24.2"
__version__ = "0.25.0"

import collections
import collections.abc
Expand Down

0 comments on commit bef0228

Please sign in to comment.