From d67e5c067bea14a6729ce3cb4f7b1f57b62ea47f Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Fri, 12 Oct 2018 22:27:58 +0100 Subject: [PATCH] added notes for 4.3.5 --- notes/4.3.5.markdown | 18 ++++++++++++++++++ version.sbt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 notes/4.3.5.markdown diff --git a/notes/4.3.5.markdown b/notes/4.3.5.markdown new file mode 100644 index 0000000000..37e5498f3f --- /dev/null +++ b/notes/4.3.5.markdown @@ -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 + diff --git a/version.sbt b/version.sbt index 9f29ad6c3d..05ed8db503 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "4.3.4" +version in ThisBuild := "4.3.5"