Skip to content

Commit

Permalink
quick date fix (#1779)
Browse files Browse the repository at this point in the history
* Update CHANGES.md

* Update CHANGES.md
  • Loading branch information
kailuowang committed Aug 3, 2017
1 parent 09c9077 commit 2eb4360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
@@ -1,6 +1,6 @@
## Version 1.0.0-MF

> 2017 June 3
> 2017 Aug 3
`MF` stands for milestone final. This is the last non-RC release before 1.0.0.
The main purpose/focus of this release is to offer a relatively stable API to
Expand Down Expand Up @@ -167,6 +167,9 @@ as many breaking changes as possible in this release before we lock down the API
* [#1565](https://github.com/typelevel/cats/pull/1565): added instance table to docs, enhanced typeclass diagram. by @kailuowang
* [#1573](https://github.com/typelevel/cats/pull/1573): Add symbols to FAQ. by @zainab-ali


## Version 0.9.0

> 2017 January 15
The biggest user-facing change in this release is to the behavior of the `flatMap` (and related methods) provided by `EitherOps` for the standard library's `Either` for Scala 2.10 and 2.11. These methods now match the behavior of the `flatMap` on `Either` in Scala 2.12 in that they don't require the left-hand side types to match.
Expand Down

0 comments on commit 2eb4360

Please sign in to comment.