From 9c804d506e22daaf5d629b4bcc38e69cc6f6da40 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 8 Nov 2022 21:45:05 +0100 Subject: [PATCH] Update changelog for axum-extra --- axum-extra/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 42205113..de34d9c8 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning]. # Unreleased -- None. +- **breaking:** `Form` has a new rejection type ([#1496]) +- **breaking:** `Query` has a new rejection type ([#1496]) + +[#1496]: https://github.com/tokio-rs/axum/pull/1496 # 0.4.0-rc.1 (23. August, 2022)