Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@simbleau simbleau released this 15 Aug 12:05

0.3.0 - 2024/08/15

This release has an MSRV of 1.75.

Added

  • set_hook_with now takes an additional argument, on_panic_callback which is triggered automatically on panic. (#3 by @simbleau)

Fixed

  • If a panic occurs after the first panic (which can happen in multi-threaded apps, e.g. Bevy games), it will only be logged to stdout. Hence, only the first panic that occurred is preserved. (#3 by @simbleau)