Skip to content

Commit

Permalink
added notes for 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jul 4, 2017
1 parent 791249d commit 74f480c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions notes/3.9.2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Maintenance version

## Improvements

* **core** display lines diffs when diffing sequences to better see the difference between 2 lists
* **core** better display of throwable diffs: first message diff then lines diffs for stacktraces

## Fixes

* **core** catch failure exceptions in `Executions`. As a result some ScalaCheck properties were not failing [#581](https://github.com/etorreborre/specs2/specs2/issues/581)
* **core** stop a specification execution if a step is a failure or an error
* **forms** fixed the reporting of forms (sbt + notifier + html)
* **matcher-extra** added implicit conversions for Double and BigDecimal to create json number matchers [#582](https://github.com/etorreborre/specs2/specs2/issues/582)
* **junit** fixed the example prefixes in the xml report file [#583](https://github.com/etorreborre/specs2/specs2/issues/582)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.9.1"
version in ThisBuild := "3.9.2"

0 comments on commit 74f480c

Please sign in to comment.