From be61b8c61103373382bef27c79dde2687aa90ef3 Mon Sep 17 00:00:00 2001 From: Johannes Becker <66059836+johannescpk@users.noreply.github.com> Date: Fri, 20 Aug 2021 17:23:44 +0200 Subject: [PATCH] Update changelog (#219) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d84376..8223158a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `handler::OnMethod` - `routing::Nested` - Remove `axum::sse` ([#98](https://github.com/tokio-rs/axum/pull/98)) +- Add default feature `tower-log` which exposes `tower`'s `log` feature. ([#218](https://github.com/tokio-rs/axum/pull/218)) # 0.1.3 (06. August, 2021)