diff --git a/CHANGELOG.md b/CHANGELOG.md index a431d5d..d349cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.20.0 (TBD) +* **Gpio**: Add `set_bias` to `InputPin` (contributed by @KronsyC). * **Spi**: Fix embedded HAL `SimpleHalSpiDevice` transactions to keep CS low between operations (contributed by @whatisbyandby). * **Spi**: (Breaking change) Change `SimpleHalSpiDevice::new()` to require an `Spi` instance, instead of a generic HAL bus (contributed by @whatisbyandby).