From c31b47a530b01cb9b1536d21b862c13c454dda1a Mon Sep 17 00:00:00 2001 From: Jane Losare-Lusby Date: Fri, 17 Nov 2023 08:03:19 -0800 Subject: [PATCH] Update changelog for 0.6.9 release --- .gitignore | 1 + eyre/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 6936990..3d69c04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk Cargo.lock +tags diff --git a/eyre/CHANGELOG.md b/eyre/CHANGELOG.md index 2ca4285..27d2163 100644 --- a/eyre/CHANGELOG.md +++ b/eyre/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- Fix stacked borrows when dropping [by TimDiekmann](https://github.com/eyre-rs/eyre/pull/81) +- Fix miri validation errors through now stricter provenance [by ten3roberts](https://github.com/eyre-rs/eyre/pull/103) +- Merge eyre related crates into monorepo [by pksunkara](https://github.com/eyre-rs/eyre/pull/104), [[2]](https://github.com/eyre-rs/eyre/pull/105)[[3]](https://github.com/eyre-rs/eyre/pull/107) +- Update documentation on no_std support [by thenorili](https://github.com/eyre-rs/eyre/pull/111) +### Added +- Add CONTRIBUTING.md [by yaahc](https://github.com/eyre-rs/eyre/pull/99) ## [0.6.8] - 2022-04-04 ### Added