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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@
3
3
[`ssd1306`](https://crates.io/crates/ssd1306) is a no-std driver written in Rust for the popular
4
4
SSD1306 monochrome OLED display.
5
5
6
+
<!-- next-header -->
6
7
## [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
11
10
- Update examples
12
11
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
16
16
- Update dependencies for `embassy-executor` to 0.7.0
17
17
- Remove `embassy-executor` feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
0 commit comments