- Calling
panic()
with a panic-value from panik recovered withdefer ToError()
ordefer ToErrorWithTrace()
will no longer be recovered from by further calls ofdefer ToError()
anddefer ToErrorWithTrace()
. defer ToError()
now guarantees to extract the same error which was passed toOnError()
.- Rewrote README.md.
- Reversed order of entries in this changelog to be latest first.