diff --git a/README.md b/README.md index 808b39da..583bb264 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ScalaJack [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=86400)](https://opensource.org/licenses/MIT) - [![Maven Central](https://maven-badges.herokuapp.com/maven-central/co.blocke/scalajack_3/badge.svg)](https://search.maven.org/artifact/co.blocke/scalajack_3/8.0.0/jar) +[![Coverage Status](https://coveralls.io/repos/github/gzoller/ScalaJack/badge.svg?branch=master)](https://coveralls.io/github/gzoller/ScalaJack?branch=master) ScalaJack 8 is an all-new ScalaJack serializer implemenation built on Scala 3. For Scala 2.13 ScalaJack, please use the frozen version 6.2.0. ScalaJack 8 is built using Scala 3.4.2 on JDK 21 LTS version. This is done to be as current as possible and also because Scala 3.4.2 provides improvements to code test coverage instrumentation. diff --git a/notes/6.2.0.markdown b/notes/6.2.0.markdown deleted file mode 100644 index ab559fb5..00000000 --- a/notes/6.2.0.markdown +++ /dev/null @@ -1,6 +0,0 @@ -This version contains following changes: - -* Re-booting the change notes, having abandoned them too long! -* Removed Scala 2.12 support entirely -* Added YAML flavor -* map feature (map serialization from one wire format to another) \ No newline at end of file