Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 7, 2025
1 parent 95bab47 commit 8d9ea7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
[`ssd1306`](https://crates.io/crates/ssd1306) is a no-std driver written in Rust for the popular
SSD1306 monochrome OLED display.

<!-- next-header -->
## [Unreleased] - ReleaseDate
- Update dependcies for `embedded-hal-bus` to 0.3.0
- 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)
- parenthese for expression in in mode/terminal.rs (see https://rust-lang.github.io/rust-clippy/master/index.html#precedence) in mode/terminal.rs
- If feature `async`is enabled, the embedded_hal_async::i2c::I2 is used instead of embedded_hal::i2c::I2c so I2c can shared
### Changed
- Update `embedded-hal-bus` dependency to 0.3.0
- Update examples



## [Unreleased] - ReleaseDate
### Fixed
- Parentheses for expression in mode/terminal.rs (see [precedence](https://rust-lang.github.io/rust-clippy/master/index.html#precedence)) in mode/terminal.rs
- 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))
- 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
- Update dependencies for `embassy-executor` to 0.7.0
- Remove `embassy-executor` feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
- Switch `embassy-executor` from git to crates.io
Expand Down

0 comments on commit 8d9ea7d

Please sign in to comment.