From fdf83d0b73c13e8b0e7dfa5c31bc59f416e11617 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 11 Sep 2024 20:42:15 +0200 Subject: [PATCH] Bring back the breaking changes readme section (#2804) --- axum/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/axum/README.md b/axum/README.md index dc7f1a95..4a920ad5 100644 --- a/axum/README.md +++ b/axum/README.md @@ -23,6 +23,12 @@ In particular the last point is what sets `axum` apart from other frameworks. authorization, and more, for free. It also enables you to share middleware with applications written using [`hyper`] or [`tonic`]. +## Breaking changes + +We are currently working towards axum 0.8 so the `main` branch contains breaking +changes. See the [`0.7.x`] branch for what's released to crates.io and up to +date changelogs. + ## Usage example ```rust