Skip to content

Commit

Permalink
Prepare release of 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 21, 2015
1 parent 63bae6f commit e92dc2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,20 @@ 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.

New in v0.8.2
-------------

Bugfixes:

* `pgn.Game.setup()` with the standard starting position was failing when the
standard starting position was already set. Thanks to Jordan Bray for
reporting this.

Optimizations:

* Remove `bswap()` from Syzygy decompression hot path. Directly read integers
with the correct endianness.

New in v0.8.1
-------------

Expand Down

0 comments on commit e92dc2d

Please sign in to comment.