- Added the `traced` feature flag
- Can call `context`/`with_context` directly on an error (no need for `traced_dyn` here)
- Rename `inflate`/`deflate` to `widen`/`narrow`
- `TracedError` no longer implements `std::error::Error` but `&TracedError` does
- No longer possible to accidentally nest `TracedError`'s