From 83cf13561dd58d586c118c850cd21aed1cd5e096 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Tue, 23 Jul 2024 13:11:07 -0700 Subject: [PATCH] Update `CHANGELOG.md` --- esp-hal/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 9a2d23ea431..d9dfe4392c0 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed + - Peripheral driver constructors don't take `InterruptHandler`s anymore. Use `set_interrupt_handler` to explicitly set the interrupt handler now. (#1819) ### Fixed @@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - This package no longer re-exports the `esp_hal_procmacros::main` macro (#1828) +- The `AesFlavour` trait no longer has the `ENCRYPT_MODE`/`DECRYPT_MODE` associated constants (#1849) ## [0.19.0] - 2024-07-15