Skip to content

Commit

Permalink
added notes for 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Oct 12, 2018
1 parent 3cc0412 commit d67e5c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions notes/4.3.5.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Maintenance version

## Enhancements

* **core** report `Throwables` at the end of a sbt execution (#714)
* **cats** refactor `IOMatchers` to add `Generic` (#707) (Diego E. Alonso Blas)* **core** return a better failure message when the argument for a spec cannot be buit

## 2.13 and upgrades

* use cats-1.4.0
* use scalacheck-1.14.0
* add explicit return types for macro (#706) (kenji yoshida)
* fix compile errors latest Scala 2.13.x (#708) (kenji yoshida)
* allow building on JDK 11 (#710) (Seth Tisue)
* upgrade cats + cats-effect to versions community build expects (#711) (Seth Tisue)
* upgraded to scala 2.12.7
* adjustments for 2.13.0-M5 but some tests are not passing anymore probably because of some changes with collections

2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "4.3.4"
version in ThisBuild := "4.3.5"

0 comments on commit d67e5c0

Please sign in to comment.