diff --git a/CHANGES.md b/CHANGES.md index db2c8e8f..2ed9c20b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,13 @@ # Changes -## [Unreleased] +## [3.0.0-alpha.2] - 2020-05-08 ### Changed * `{Resource,Scope}::default_service(f)` handlers now support app data extraction. [#1452] * Implement `std::error::Error` for our custom errors [#1422] * NormalizePath middleware now appends trailing / so that routes of form /example/ respond to /example requests. +* Remove the `failure` feature and support. [#1422]: https://github.com/actix/actix-web/pull/1422 [#1452]: https://github.com/actix/actix-web/pull/1452 diff --git a/Cargo.toml b/Cargo.toml index da836d17..82389396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "3.0.0-alpha.1" +version = "3.0.0-alpha.2" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"