All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
WrapErr
trait no longer has a generic and takesself
as the first argument.
- Optional error type argument in macros.
- Implementation
WrapErr
foranyhow::Error
andeyre::Report
no longer requiresstd::error::Error
for generic<E>
type, but requiresDebug + Display
.
- Function visibility added to generated function.
WrapErr
trait for a custom error type to save context.- Support for a custom error type in macros.
- Rename
context
->errify
andwith_context
->errify_with
macros.