diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2022-02-18 15:11:55 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2022-02-18 18:42:19 +0100 |
| commit | 2c14c9bce3b22462cce982258ddecb53df16ab49 (patch) | |
| tree | cf0ad4582d938b5190af804fdeaea7ea9d1aeb4b /CHANGELOG.md | |
| parent | 886183066d3bb8c359aaf6442e9201bab8cd4694 (diff) | |
rtic::mutex::prelude::* fixes glob import lint
rtic-core Mutex, Exclusive and multi-lock retained in
old location to not be backwards breaking
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd1829..576bc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- Re-export `rtic_core::prelude` as `rtic::mutex::prelude` to allow glob imports + Clippy - Fix dated migration docs for spawn - Force mdBook to return error codes - Readded missing ramfunc output to book |
