Skip to content

Commit

Permalink
Move release notes entry for #3236 to 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 22, 2023
1 parent a5854c2 commit a3ed03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ repository on GitHub.
`@MethodSource("myFactory([I)"` (which was already supported) and
`@MethodSource("myFactory(java.lang.String[])` instead of
`@MethodSource("myFactory([Ljava.lang.String;)`.
* Exceptions thrown for undeletable files when cleaning up a temporary directory created
via `@TempDir` now include the root cause.

==== Deprecations and Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ JUnit repository on GitHub.

==== Bug Fixes

* ❓
* Exceptions thrown for undeletable files when cleaning up a temporary directory created
via `@TempDir` now include the root cause.

==== Deprecations and Breaking Changes

Expand Down

0 comments on commit a3ed03d

Please sign in to comment.