Skip to content

v1.0.0 (2021-08-05)

Latest
Compare
Choose a tag to compare
@MMulthaupt MMulthaupt released this 05 Aug 11:00
  • Calling panic() with a panic-value from panik recovered with defer ToError() or defer ToErrorWithTrace() will no longer be recovered from by further calls of defer ToError() and defer ToErrorWithTrace().
  • defer ToError() now guarantees to extract the same error which was passed to OnError().
  • Rewrote README.md.
  • Reversed order of entries in this changelog to be latest first.