diff --git a/actix-utils/CHANGES.md b/actix-utils/CHANGES.md index 64c361a1..b754172b 100644 --- a/actix-utils/CHANGES.md +++ b/actix-utils/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.3.3] - 2019-03-09 + +### Changed + +* Revert IntoFuture change + +* Add generic config param for IntoFramed and TakeOne new services + + ## [0.3.2] - 2019-03-04 ### Changed diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index fb477306..6f00179e 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-utils" -version = "0.3.2" +version = "0.3.3" authors = ["Nikolay Kim "] description = "Actix utils - various actix net related services" keywords = ["network", "framework", "async", "futures"]