You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
- Added `critical-section-single-core` feature which provides an implementation for the `critical_section` crate for single-core systems, based on disabling all interrupts. (#448)
10
+
## [v0.7.6] - 2022-08-12
11
+
12
+
- Added `critical-section-single-core` feature which provides an implementation for the `critical-section` crate for single-core systems, based on disabling all interrupts. (#448)
11
13
12
14
## [v0.7.5] - 2022-05-15
13
15
@@ -748,7 +750,8 @@ fn main() {
748
750
- Functions to get the vector table
749
751
- Wrappers over miscellaneous instructions like `bkpt`
0 commit comments