Skip to content

Commit

Permalink
release notes for 1.0 (#2129)
Browse files Browse the repository at this point in the history
* release notes for 1.0

* remove mima exceptions

* update version

* Update CHANGES.md

* correct date

* Update CHANGES.md
  • Loading branch information
kailuowang authored Dec 26, 2017
1 parent ff42720 commit 22d7fb0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 230 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## Version 1.0.0

> 2017 Dec 25
### Documentation Improvements/Additions:

* [#2121](https://github.com/typelevel/cats/pull/2121) Update deprecations to `product{L,R}` instead of `ap{L,R}` by @rossabaker
* [#2086](https://github.com/typelevel/cats/pull/2086) Add doctest examples for `Apply` by @ceedubs
* [#2080](https://github.com/typelevel/cats/pull/2080) Add grouping to scaladoc for arity methods by @ceedubs



## Version 1.0.0-RC2

> 2017 Nov 25
> 2017 Dec 18
### Breaking changes and migration

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0")
And then create the cats dependency, by adding the following to your `build.sbt`:

```scala
libraryDependencies += "org.typelevel" %% "cats-core" % "1.0.0-RC2"
libraryDependencies += "org.typelevel" %% "cats-core" % "1.0.0"
```

This will pull in the cats-core module. If you require some other
Expand Down
Loading

0 comments on commit 22d7fb0

Please sign in to comment.