Skip to content

Commit

Permalink
Prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 19, 2021
1 parent b3dd0ea commit 9eb6f52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog for python-chess
==========================

Upcoming in v1.3.4
------------------

Bugfixes:

* Recover from invalid UTF-8 sent by an UCI engine, by ignoring that
(and only that) line.

New features:

* Let ``chess.pgn.GameNode.eval()`` accept PGN comments like
``[%eval 2.5,11]``, meaning 250 centipawns at depth 11.
Use ``chess.pgn.GameNode.eval_depth()`` and
``chess.pgn.GameNode.set_eval(..., depth)`` to get and set the depth.
* Read and write PGN comments with millisecond precision
``[%clk 1:23:45.678]``.

New in v1.3.3
-------------

Expand Down

0 comments on commit 9eb6f52

Please sign in to comment.