diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index e113cf3ca11..90ea7f5edb3 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -107,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `{Spi, SpiDma, SpiDmaBus}` configuration methods (#2448) - `Io::new_with_priority` and `Io::new_no_bind_interrupt`. (#2486) - `parl_io::{no_clk_pin(), NoClkPin}` (#2531) +- Removed `get_core` function in favour of `Cpu::current` (#2533) ## [0.21.1]