Skip to content

Commit 621fd69

Browse files
Update changelog
1 parent 4c27ef8 commit 621fd69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
### Breaking Changes
9+
10+
- Use `CriticalSection<'cs>` everywhere instead of `&'cs CriticalSection`
11+
(this makes it a zero-sized type).
12+
- Removed the `const-fn` feature.
13+
- Removed the `Peripheral` wrapper type.
14+
815
## [v0.2.5] - 2019-08-29
916

1017
### Changed
1118

12-
- The `const-fn` feature is now stable
19+
- The `const-fn` feature is now stable.
1320

1421
## [v0.2.4] - 2018-10-30
1522

0 commit comments

Comments
 (0)