Releases: JuliaServices/ExceptionUnwrapping.jl
Releases · JuliaServices/ExceptionUnwrapping.jl
v0.1.2
ExceptionUnwrapping v0.1.2
Diff since v0.1.1
Merged pull requests:
- Add
is_wrapped_exception(e)
function (#4) (@NHDaly)
- Fix test_throws_wrapped to print the correct message on unexpected pass (#5) (@NHDaly)
v0.1.1
ExceptionUnwrapping v0.1.1
Diff since v0.1.0
Closed issues:
- Register this Package! (#2)
Merged pull requests:
- Add at-test_throws_wrapped to supplement at-test_throws (#3) (@NHDaly)