Skip to content

Commit 916ae90

Browse files
committed
Post 1.5.0-RC1 release commit
1 parent b6b8bdf commit 916ae90

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## Version 1.5.0-RC1
2+
3+
> 2018 Nov 19
4+
5+
Cats 1.5.0-RC1 is binary compatible with all previous 1.x Cats releases, i.e. its jar is a drop-in replacement for 1.0.1, 1.1.0, 1.2.0, 1.3.1 and 1.4.0 jars.
6+
7+
It brought you:
8+
9+
### 5 API/Feature enhancements
10+
11+
* [#2610](https://github.com/typelevel/cats/pull/2610) Expose headOption for Chain by @ChristopherDavenport
12+
* [#2596](https://github.com/typelevel/cats/pull/2596) Add standalone Try syntax import by @kubukoz
13+
* [#2594](https://github.com/typelevel/cats/pull/2594) Get FunctorFilter on par with the other MTL typeclasses by @barambani
14+
* [#2588](https://github.com/typelevel/cats/pull/2588) Add flap function to Apply by @ssanj
15+
* [#2506](https://github.com/typelevel/cats/pull/2506) Add ContT monad by @johnynek
16+
17+
18+
### 1 test improvment
19+
20+
* [#2578](https://github.com/typelevel/cats/pull/2578) Add awk script to parse test durations by @ceedubs
21+
22+
23+
### 5 bug fixes
24+
25+
* [#2618](https://github.com/typelevel/cats/pull/2618) Issue 2608 - Ambiguous implicit values for Functor[Kleisli[F, A, ?]] by @barambani
26+
* [#2617](https://github.com/typelevel/cats/pull/2617) Make the vals inside all 'Ops' style classes private by @coltfred
27+
* [#2615](https://github.com/typelevel/cats/pull/2615) 2611 - MonadError syntax for OptionT uses incorrect instance by @barambani
28+
* [#2614](https://github.com/typelevel/cats/pull/2614) Make the value of the class private by @coltfred
29+
* [#2603](https://github.com/typelevel/cats/pull/2603) Rename EitherT.biflatMap by @ochrons
30+
31+
32+
### 1 build improvement
33+
34+
* [#2605](https://github.com/typelevel/cats/pull/2605) Reduce Xmx in .jvmopts and build.sbt by @Alistair-Johnson
35+
36+
137

238
## Version 1.5.0-RC0
339

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
4040
And then create the Cats dependency, by adding the following to your `build.sbt`:
4141

4242
```scala
43-
libraryDependencies += "org.typelevel" %% "cats-core" % "1.5.0"
43+
libraryDependencies += "org.typelevel" %% "cats-core" % "1.5.0-RC1"
4444
```
4545

4646
This will pull in the cats-core module. If you require some other

0 commit comments

Comments
 (0)