summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2021-08-24 12:53:57 +0200
committerGitHub <noreply@github.com>2021-08-24 12:53:57 +0200
commit9a082a74b0a1641b44e31cfaac9cbc69a2e0e238 (patch)
treef3e514d58e53b7060b605e342679405210e7e8d0 /CHANGELOG.md
parent3d4ef9dc32fc8f976dca84fb2df616155baf4f39 (diff)
Version 0.2.1 (#256)
0.2.1 (24. August, 2021) - **added:** Add `Redirect::to` constructor ([#255](https://github.com/tokio-rs/axum/pull/255)) - **added:** Document how to implement `IntoResponse` for custom error type ([#258](https://github.com/tokio-rs/axum/pull/258))
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6a2e4af..d312e172 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- 👀
+
+# 0.2.1 (24. August, 2021)
+
- **added:** Add `Redirect::to` constructor ([#255](https://github.com/tokio-rs/axum/pull/255))
- **added:** Document how to implement `IntoResponse` for custom error type ([#258](https://github.com/tokio-rs/axum/pull/258))