Skip to content

Commit cf6c260

Browse files
committed
Merge pull request #1007 from kailuowang/master
updated release notes with latest change
2 parents b2ad9f2 + b57f485 commit cf6c260

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Version 0.5.0
22

3-
> 2016 April 15
3+
> 2016 April 28
44
55
Version 0.5.0 is the fifth release.
66

@@ -32,6 +32,7 @@ And additions:
3232
* [#994](https://github.com/typelevel/cats/pull/994): updated to latest algebra (brought in all the new goodies)
3333
* [#996](https://github.com/typelevel/cats/pull/996): Add `SemigroupK` instance for `Xor`
3434
* [#998](https://github.com/typelevel/cats/pull/998): Add `SemigroupK` instance for `Validated`
35+
* [#986](https://github.com/typelevel/cats/pull/986): Add `Bitraverse` instances for `Validated` and `XorT`
3536

3637

3738
And bug fixes:
@@ -72,6 +73,7 @@ And some other improvements to the documentation, tutorials, laws and tests, inc
7273
* [#979](https://github.com/typelevel/cats/pull/979): Fix outdated import for `cats.syntax.apply._`
7374
* [#995](https://github.com/typelevel/cats/pull/995): Move coverage away from bash
7475
* [#1002](https://github.com/typelevel/cats/pull/1002): Correct the URL for *Data types à la carte*
76+
* [#1005](https://github.com/typelevel/cats/pull/1005): fix broken link in foldable docs
7577

7678

7779
As always thanks to everyone who filed issues, participated in the Cats Gitter

0 commit comments

Comments
 (0)