Skip to content

Commit

Permalink
Add release announcement and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Aug 10, 2020
1 parent db1dad7 commit bf3b170
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Version 2.2.0-RC2

_2020 July 21

### 7 API / feature enhancements

* [#3524](https://github.com/typelevel/cats/pull/3524) A method `StateT.fromState` turning `State[A, F[B]]` into `StateT[F,A, B]` is added. by @akopich
* [#3498](https://github.com/typelevel/cats/pull/3498) Enable breakout in functions reduceRightToOption and reduceRightTo. by @takayahilton
* [#3519](https://github.com/typelevel/cats/pull/3519) remove casts from Eval, fix stack overflow in Eval by @johnynek
* [#3521](https://github.com/typelevel/cats/pull/3521) make collection traversals stack safe by @johnynek
* [#3516](https://github.com/typelevel/cats/pull/3516) Override some Option Apply/Applicative methods by @johnynek
* [#3518](https://github.com/typelevel/cats/pull/3518) remove some casts in AndThen by @johnynek
* [#3515](https://github.com/typelevel/cats/pull/3515) Add some more implementations to Function0 and Function1 Monads by @johnynek


### 3 build improvements

* [#3525](https://github.com/typelevel/cats/pull/3525) Update scalafmt-core to 2.6.4 by @scala-steward
* [#3520](https://github.com/typelevel/cats/pull/3520) Update sbt-scalafix to 0.9.19 by @scala-steward
* [#3514](https://github.com/typelevel/cats/pull/3514) Scalafmt-core 2.6.3 by @barambani


## Version 2.2.0-RC1

_2020 July 6_
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Community Announcements ![#f03c15](https://placehold.it/15/f03c15/000000?text=+)
* **Jul 21 2020** [Cats 2.2.0-RC2 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-RC2)
* **Jul 6 2020** [Cats 2.2.0-RC1 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-RC1)
* **Jun 17 2020** [Cats 2.2.0-M3 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M3)
* **May 25 2020** [Cats 2.2.0-M2 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M2)
* **Mar 31 2020** [Cats 2.2.0-M1 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-M1)
* **Dec 18 2019** [Cats 2.1.0 is released](https://github.com/typelevel/cats/releases/tag/v2.1.0)
* **Sep 9 2019** [Cats 2.0.0 is released](https://github.com/typelevel/cats/releases/tag/v2.0.0)
* **Jun 3 2019** [Cats 1.6.1 is released](https://github.com/typelevel/cats/releases/tag/v1.6.1) with backported bug fixes
Expand Down

0 comments on commit bf3b170

Please sign in to comment.