Skip to content

Commit

Permalink
prepared the 3.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Mar 3, 2016
1 parent ed093a4 commit a2b2c50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions notes/3.7.1.markdown
@@ -0,0 +1,14 @@
## Dependencies update

This version updates dependencies for ScalaCheck and Scalaz-stream (for Scala `2.12.0-M3`).

## Improvements

* [scalacheck] added a `properties` method to create several examples for a `Properties` object
* [html] added an tab icon on the generated html pages

## Fixes

* User Guide: fixed the ribbon headers in the toc [#441](http://github.com/etorreborre/specs2/issues/441)
* JUnit: don't report testRun start/finish when using the JUnitCore runner [#440](http://github.com/etorreborre/specs2/issues/440)
* removed the implicit conversion from `String` to `ResultMonoid` [#439](http://github.com/etorreborre/specs2/issues/439)
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.11</artifactId>
<version>3.7</version>
<version>3.7.1</version>
<name>specs2 jars</name>
<description>pom file for all the specs2 jars</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit a2b2c50

Please sign in to comment.