Skip to content

Commit

Permalink
Document junit-team#2582 in release notes
Browse files Browse the repository at this point in the history
Resolves junit-team#2582.
  • Loading branch information
marcphilipp authored and runningcode committed Feb 15, 2023
1 parent 89374c3 commit f36e25f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ on GitHub.
* The `TypedArgumentConverter` base class now supports conversion to a primitive type if
the configured target type is a wrapper for the target primitive type, including
primitive widening support -- for example, from `Integer` to `int` or `long`.
* Exceptions thrown from instances of `CloseableResource` no longer hide test failures but
are instead reported as suppressed exceptions.

==== Deprecations and Breaking Changes

Expand Down

0 comments on commit f36e25f

Please sign in to comment.