aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-04-20 11:35:08 +0000
committerGitHub <noreply@github.com>2022-04-20 11:35:08 +0000
commitd1aa20643d39d033d43e4ab919c4a83601388c53 (patch)
tree42fe0077801e832320d23322f2259332e6d88d1f /CHANGELOG.md
parent87074180034fb682f3945b1391b09060c7058424 (diff)
parent0f8bdbdd3f2739e37d788493cb83cf2d9c557f4e (diff)
Merge #635
635: Masks take 3 r=AfoHT a=korken89 This solves the `MASKS` generation issue by having `rtic::export` do the feature gating. Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd18d12..b9bd7f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
+### Added
+
+### Fixed
+
+- Generation of masks for the source masking scheduling for thumbv6
+
+### Changed
+
## [v1.1.1] - 2022-04-13
### Added