From 2eb436002bd333e7c91a11a0767b8efece1e1bb4 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Thu, 3 Aug 2017 16:10:57 -0400 Subject: [PATCH] quick date fix (#1779) * Update CHANGES.md * Update CHANGES.md --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 30410672b3..1170a31a7f 100644 --- a/CHANGES.md +++ b/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 @@ -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.