From 34b17380854ebe29c4b58a5e82de95c95333329d Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Tue, 26 Oct 2021 19:38:16 +0200 Subject: [PATCH] ui tests added (changelog) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e12556d0..b70893d80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 2021-10-26 + +- Lockall api added + ## [v0.6.0-rc.2] - 2021-09-28 - Fixed issue with `cortex_m` being used by the codegen instead of using the `rtic::export::...` which could make an app not compile if Systick is used and the user did not have the cortex-m crate as a dependency