Skip to content

Version 0.8.1

Latest
Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 21 Feb 05:17
· 2 commits to main since this release
1940dc6

Fixed:

  • Fixed compile error on msvc #215

Added:

  • Added cpptrace::can_get_safe_object_frame()

Breaking changes:

  • Renamed ctrace's can_signal_safe_unwind to ctrace_can_signal_safe_unwind. This was an oversight. Apologies for
    including a breaking change in a patch release. Github code search suggests this API isn't used in public code, at
    least.

Other:

  • Added CI workflow to test on old msvc
  • Made some internal improvements on robustness and cleanliness