Skip to content

Commit

Permalink
Merge pull request junit-team#543 from marcphilipp/4.11-release-notes…
Browse files Browse the repository at this point in the history
…-additions

Final version of release notes for 4.11
  • Loading branch information
David Saff committed Nov 13, 2012
2 parents 94aa692 + 7f710b1 commit c2e4d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/ReleaseNotes4.11.html
@@ -1,4 +1,4 @@
<h2>Summary of changes in version 4.11 [unreleased!]</h2>
<h2>Summary of changes in version 4.11</h2>

<h3>Matchers: Upgrade to Hamcrest 1.3</h3>

Expand Down Expand Up @@ -105,6 +105,7 @@ <h3>Rules</h3>
<p>A number of improvements have been made to Rules:</p>

<ul>
<li><code>MethodRule</code> is no longer deprecated.</li>
<li>Both <code>@Rule</code> and <code>@ClassRule</code> can now be used on methods that return a <code>TestRule</code>.</li>
<li><code>ExpectedException</code> now always prints the stacktrace of the actual exception in case of failure.</li>
<li>A parent folder can be specified for <code>TemporaryFolder</code>. In addition, the <code>newFile</code>/<code>newFolder</code> methods will now fail when the file or folder could not be created.</li>
Expand Down
3 changes: 2 additions & 1 deletion doc/ReleaseNotes4.11.md
@@ -1,4 +1,4 @@
## Summary of changes in version 4.11 [unreleased!]
## Summary of changes in version 4.11

### Matchers: Upgrade to Hamcrest 1.3

Expand Down Expand Up @@ -96,6 +96,7 @@ From this release on, you should use `junit:junit` which will be what `junit:jun

A number of improvements have been made to Rules:

* `MethodRule` is no longer deprecated.
* Both `@Rule` and `@ClassRule` can now be used on methods that return a `TestRule`.
* `ExpectedException` now always prints the stacktrace of the actual exception in case of failure.
* A parent folder can be specified for `TemporaryFolder`. In addition, the `newFile`/`newFolder` methods will now fail when the file or folder could not be created.
Expand Down

0 comments on commit c2e4d91

Please sign in to comment.