Skip to content

Commit

Permalink
Bring back the breaking changes readme section (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Sep 11, 2024
1 parent 8b1cad6 commit fdf83d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions axum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdf83d0

Please sign in to comment.