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 22, 2020
1 parent f5dd307 commit fd98ed3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 2.2.0-RC4

_2020 August 22_

### 2 API / feature enhancements

* [#3572](https://github.com/typelevel/cats/pull/3572) Add Future instances to implicit scope by @travisbrown
* [#3573](https://github.com/typelevel/cats/pull/3573) Avoid all evaluation of NonEmptyLazyList#reduceRightTo by @takayahilton

### 2 documentation improvements

* [#3575](https://github.com/typelevel/cats/pull/3575) Missing a "]" in CONTRIBUTING.md by @benkio
* [#3574](https://github.com/typelevel/cats/pull/3574) Update README.md by @diesalbla


## Version 2.2.0-RC3

_2020 August 15_
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Community Announcements ![#f03c15](https://placehold.it/15/f03c15/000000?text=+)
* **Aug 21 2020** [Cats 2.2.0-RC4 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-RC4)
* **Aug 15 2020** [Cats 2.2.0-RC3 is released](https://github.com/typelevel/cats/releases/tag/v2.2.0-RC3)
* **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)
* **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 fd98ed3

Please sign in to comment.