aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-07-27 18:36:56 +0000
committerGitHub <noreply@github.com>2022-07-27 18:36:56 +0000
commitd4816e054b556e326c5e3d4c40f7120372aafc50 (patch)
tree96f89f1f5bd374ecb13fe249c6b4334e4d9e2d59 /CHANGELOG.md
parent981fa1fb30a70ec2416778b3e8daa491108deb41 (diff)
parentf15614e7cbba889462a22ae94b470e9a3c3dc817 (diff)
Merge #653
653: Allow custom `link_section` attributes for late resources r=AfoHT a=vccggorski This commit makes RTIC aware of user-provided `link_section` attributes, letting user override default section mapping. Co-authored-by: Gabriel Górski <gabriel.gorski@volvocars.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68af769..b131b30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
+- Allow custom `link_section` attributes for late resources
+
### Fixed
### Changed