From 66d444b760903048559a20880703529757126a22 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 30 Nov 2023 18:33:20 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bffbd..73df41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ - Add `From` impls for `HxResponseTrigger`, `HxResponseTriggerAfterSettle`, and `HxResponseTriggerAfterSwap`, allowing them to take any iterator where `T: Into`. +- Added feature flag badges to docs.rs pages. Thanks to + [@ItsEthra](https://github.com/ItsEthra). + ([#7](https://github.com/robertwayne/axum-htmx/pull/7)) +- Reduced dependency count / compile time by swapping `axum` out for the +`axum-core`, `async-trait`, and `http` crates. Thanks to + [@ItsEthra](https://github.com/ItsEthra) for their work on this! + ([#8](https://github.com/robertwayne/axum-htmx/pull/8)) ## v0.4.0