Skip to content

Commit 74f480c

Browse files
committed
added notes for 3.9.2
1 parent 791249d commit 74f480c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

notes/3.9.2.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Maintenance version
2+
3+
## Improvements
4+
5+
* **core** display lines diffs when diffing sequences to better see the difference between 2 lists
6+
* **core** better display of throwable diffs: first message diff then lines diffs for stacktraces
7+
8+
## Fixes
9+
10+
* **core** catch failure exceptions in `Executions`. As a result some ScalaCheck properties were not failing [#581](https://github.com/etorreborre/specs2/specs2/issues/581)
11+
* **core** stop a specification execution if a step is a failure or an error
12+
* **forms** fixed the reporting of forms (sbt + notifier + html)
13+
* **matcher-extra** added implicit conversions for Double and BigDecimal to create json number matchers [#582](https://github.com/etorreborre/specs2/specs2/issues/582)
14+
* **junit** fixed the example prefixes in the xml report file [#583](https://github.com/etorreborre/specs2/specs2/issues/582)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "3.9.1"
1+
version in ThisBuild := "3.9.2"

0 commit comments

Comments
 (0)