Skip to content

Commit

Permalink
Added CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Feb 16, 2020
1 parent 1044280 commit 414f00c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# CHANGELOG

## 0.6.3 (2020-02-17)

* `BitSetAnd`, `BitSetOr`, `BitSetNot`, `BitSetXor`, `BitSetAll` now implement `Clone`. ([#52])
* Bitset layers can be read though `BitSet::layer{0,1,2}_as_slice`. ([#53])
* `rayon` is updated to `1.3`. ([#56])

[#52]: https://github.com/amethyst/hibitset/pull/52
[#53]: https://github.com/amethyst/hibitset/pull/53
[#56]: https://github.com/amethyst/hibitset/pull/56

## 0.6.2 (2019-07-27)

* `BitIter` now implements `Clone`. ([#49])

[#49]: https://github.com/amethyst/hibitset/pull/49

0 comments on commit 414f00c

Please sign in to comment.