Skip to content

Commit

Permalink
Update changelog for recent changes since 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Aug 8, 2023
1 parent 09ba0e7 commit b8c5be6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- (Add unreleased changes here)
- Clarified that `acquire()` must provide ordering guarantees
- Updated atomic-polyfill reference to point to portable-atomic instead
- Improved documentation for `Mutex` example
- Added list of some known implementations

## [v1.1.1] - 2022-09-13

Expand Down Expand Up @@ -126,4 +129,4 @@ If you're seeing a linker error like `undefined symbol: _critical_section_1_0_ac
[v0.2.3]: https://github.com/rust-embedded/critical-section/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/rust-embedded/critical-section/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/rust-embedded/critical-section/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/rust-embedded/critical-section/compare/v0.1.0...v0.2.0
[v0.2.0]: https://github.com/rust-embedded/critical-section/compare/v0.1.0...v0.2.0

0 comments on commit b8c5be6

Please sign in to comment.