Skip to content

Commit f88eb2c

Browse files
committed
Update CHANGELOG.md. Tag v0.3.1.
1 parent 7eaa5c5 commit f88eb2c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.0]- 2022-02-19
11+
1012
## Added
1113
- The `entry` attribute macro for main can now take an `interrupt_enable`
1214
argument. The `interrupt_enable` argument will enable interrupts before
@@ -18,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820
- Use [GHA](https://github.com/rust-embedded/msp430-rt/actions) for these UI
1921
tests.
2022

23+
## Changed
24+
- Nested functions generated by the `entry` and `interrupt` macros have the
25+
`inline(always)` attribute applied to them. This in fact saves space and
26+
execution time by removing a call/jump into the nested function body.
27+
2128
## Fixed
2229
- [docs.rs](https://docs.rs) [metadata](https://docs.rs/about/metadata) added
2330
to `Cargo.toml` to fix documentation building [failure](https://github.com/rust-embedded/msp430-rt/issues/16).
@@ -149,7 +156,8 @@ Initial release
149156
[`r0`]: https://github.com/rust-embedded/r0
150157
[`cortex-m-rt`]: https://github.com/japaric/cortex-m-rt
151158

152-
[Unreleased]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.0...HEAD
159+
[Unreleased]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.1...HEAD
160+
[v0.3.1]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.0...msp_v0.3.1
153161
[v0.3.0]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.5...msp_v0.3.0
154162
[v0.2.5]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.4...msp_v0.2.5
155163
[v0.2.4]: https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.3...msp_v0.2.4

0 commit comments

Comments
 (0)