Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added support for formatting the error sources for a context [#94](https://github.com/rootcause-rs/rootcause/pull/94).
- This adds new fields to the `ContextFormattingStyle` and the `DefaultReportFormatter`.
- Added support for mutating attachments [#116](https://github.com/rootcause-rs/rootcause/pull/116).
- Added support for mutating attachments [#113](https://github.com/rootcause-rs/rootcause/pull/113).

### Changed

- The contexts and attachments will by default use the same formatter (`Display`/`Debug`) as the one used to format the report. [#116](https://github.com/rootcause-rs/rootcause/pull/116)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ We're committed to reaching 1.0, but we want to get the API right first.

Our current Minimum Supported Rust Version is 1.89.0. When adding features, we will follow these guidelines:

- Our goal is to support at least five minor Rust versions. This gives you a 6 month window to upgrade your compiler.
- We will always support the latest five minor Rust versions (or more). This gives you a 6 month window to upgrade your compiler.
- Any change to the MSRV will be accompanied with a minor version bump.

## Acknowledgements
Expand Down