Skip to content

Commit 8d9ea7d

Browse files
committed
Update CHANGELOG.md
1 parent 95bab47 commit 8d9ea7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
[`ssd1306`](https://crates.io/crates/ssd1306) is a no-std driver written in Rust for the popular
44
SSD1306 monochrome OLED display.
55

6+
<!-- next-header -->
67
## [Unreleased] - ReleaseDate
7-
- Update dependcies for `embedded-hal-bus` to 0.3.0
8-
- Switch iterator in `write_str` in mode/terminal.rs from last() to next_back (see https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last)
9-
- parenthese for expression in in mode/terminal.rs (see https://rust-lang.github.io/rust-clippy/master/index.html#precedence) in mode/terminal.rs
10-
- If feature `async`is enabled, the embedded_hal_async::i2c::I2 is used instead of embedded_hal::i2c::I2c so I2c can shared
8+
### Changed
9+
- Update `embedded-hal-bus` dependency to 0.3.0
1110
- Update examples
1211

13-
14-
15-
## [Unreleased] - ReleaseDate
12+
### Fixed
13+
- Parentheses for expression in mode/terminal.rs (see [precedence](https://rust-lang.github.io/rust-clippy/master/index.html#precedence)) in mode/terminal.rs
14+
- Switch iterator in `write_str` in mode/terminal.rs from last() to next_back (see [double_ended_iterator_last](https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last))
15+
- If feature `async` is enabled, the `embedded_hal_async::i2c::I2c` is used instead of `embedded_hal::i2c::I2c` so the I2C can be shared
1616
- Update dependencies for `embassy-executor` to 0.7.0
1717
- Remove `embassy-executor` feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
1818
- Switch `embassy-executor` from git to crates.io

0 commit comments

Comments
 (0)