Skip to content

Commit

Permalink
Document async command changes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 3, 2015
1 parent 3bf8335 commit 0d3d7c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ is more important to get things right, than to be consistent with previous
versions. Use this changelog to see what changed in a new release, because this
might include API breaking changes.

Up for the next release
-----------------------

* The interface for aynchronous UCI command has changed to mimic
`concurrent.futures`. `is_done()` is now just `done()`. Callbacks will
receive the command object as a single argument instead of the result.
The `result` property and `wait()` have been removed in favor of a
synchronously waiting `result()` method.

New in v0.7.0
-------------

Expand Down

0 comments on commit 0d3d7c3

Please sign in to comment.