Skip to content

Commit

Permalink
πŸ“ Update Release Notes
Browse files Browse the repository at this point in the history
Add NoSuchFileException suppression to release notes.
  • Loading branch information
gilday committed Apr 9, 2024
1 parent c371bf5 commit ed397b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ repository on GitHub.
*** The same applies to other types of test methods (`@TestFactory`,
`@ParameterizedTest`, etc.) as well as lifecycle methods (`@BeforeAll`,
`@AfterAll`, `@BeforeEach`, and `@AfterEach`).
* `TempDir` suppresses `NoSuchFileException` when deleting files that may have been deleted
by another thread or process.

[[release-notes-5.11.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes
Expand Down

0 comments on commit ed397b4

Please sign in to comment.