Skip to content

Commit

Permalink
add entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Mar 18, 2024
1 parent d127643 commit ec04d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

- **added:** `axum::serve::Serve::tcp_nodelay` and `axum::serve::WithGracefulShutdown::tcp_nodelay` ([#2653])
- **fixed:** Fixed layers being cloned when calling `axum::serve` directly with
a `Router` or `MethodRouter` ([#2586])

[#2653]: https://github.com/tokio-rs/axum/pull/2653
[#2586]: https://github.com/tokio-rs/axum/pull/2586

# 0.7.4 (13. January, 2024)
Expand Down

0 comments on commit ec04d25

Please sign in to comment.