Skip to content

Commit c2e4d91

Browse files
author
David Saff
committed
Merge pull request #543 from marcphilipp/4.11-release-notes-additions
Final version of release notes for 4.11
2 parents 94aa692 + 7f710b1 commit c2e4d91

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/ReleaseNotes4.11.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>Summary of changes in version 4.11 [unreleased!]</h2>
1+
<h2>Summary of changes in version 4.11</h2>
22

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

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

107107
<ul>
108+
<li><code>MethodRule</code> is no longer deprecated.</li>
108109
<li>Both <code>@Rule</code> and <code>@ClassRule</code> can now be used on methods that return a <code>TestRule</code>.</li>
109110
<li><code>ExpectedException</code> now always prints the stacktrace of the actual exception in case of failure.</li>
110111
<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>

doc/ReleaseNotes4.11.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Summary of changes in version 4.11 [unreleased!]
1+
## Summary of changes in version 4.11
22

33
### Matchers: Upgrade to Hamcrest 1.3
44

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

9797
A number of improvements have been made to Rules:
9898

99+
* `MethodRule` is no longer deprecated.
99100
* Both `@Rule` and `@ClassRule` can now be used on methods that return a `TestRule`.
100101
* `ExpectedException` now always prints the stacktrace of the actual exception in case of failure.
101102
* 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.

0 commit comments

Comments
 (0)