Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 6, 2016
1 parent 37d13d3 commit 375b42d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log

All changes to Sage adhere to [Semantic Versioning](http://semver.org/).
All releases of Sage adhere to [Semantic Versioning](http://semver.org/).

## [v2.4.0](https://github.com/nvzqz/Sage/tree/v2.4.0) (2016-08-06)

- [Full Changelog](https://github.com/nvzqz/Sage/compare/v2.3.0...v2.4.0)

- [Release](https://github.com/nvzqz/Sage/releases/tag/v2.4.0)

### New Features

- Added `init(position:whitePlayer:blackPlayer:variant:)` to `Game`

### Enhancements

- Greatly improved performance of `attackers(to:color:)` method for `Board`

- Improved performance for `pieceCount(for:)` for `Board`

- Improved performance for `contains(_:)` for `Bitboard`

## [v2.3.0](https://github.com/nvzqz/Sage/tree/v2.3.0) (2016-07-31)

Expand Down
2 changes: 1 addition & 1 deletion Sage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sage"
s.version = "2.3.0"
s.version = "2.4.0"
s.summary = "A cross-platform chess library for Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE.txt" }
Expand Down

0 comments on commit 375b42d

Please sign in to comment.