Skip to content

Commit 9f2374a

Browse files
author
Jorge Aparicio
committed
update the changelog
1 parent e666c0b commit 9f2374a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Semihosting functionality is now exposed via the "semihosting" Cargo feature.
12+
- Semihosting functionality in the `semihosting` module.
1313

1414
- `exception::Handlers` struct that represent the section of the vector table
1515
that contains the exception handlers.
@@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818

1919
- A high level API for the NVIC peripheral.
2020

21-
- Execution context primitives: execution context `Local` data and `Token`s to
22-
identify execution contexts.
21+
- Context local data.
2322

24-
- A `borrow` method to `Mutex` that replaces `lock`. This method returns a `&-`
25-
reference.
23+
- `borrow`/`borrow_mut` methods to `Mutex` that replace `lock`.
24+
25+
- API and macros to send bytes / (formatted) strings through ITM
2626

2727
### Changed
2828

@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3333
and are no longer `Sync`.
3434

3535
- [breaking-change] `interrupt::free`'s closure now includes a critical section
36-
token, `CsCtxt`.
36+
token, `CriticalSection`.
3737

3838
- [breaking-change] the core register API has been revamped for type safety.
3939

@@ -48,8 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4848
- `vector_table` and its associated `struct`, `VectorTable`. It's not a good
4949
idea to give people a simple way to call the exception handlers.
5050

51-
- `Mutex`'s `lock` method as it's unsound. You can use it to get multiple `&mut
52-
-` references to the data.
51+
- `Mutex`'s `lock` method as it's unsound. You could use it to get multiple
52+
`&mut -` references to the wrapped data.
5353

5454
## [v0.1.6] - 2017-01-22
5555

0 commit comments

Comments
 (0)