diff --git a/actix-threadpool/CHANGES.md b/actix-threadpool/CHANGES.md index dd10210f..6b4cd429 100644 --- a/actix-threadpool/CHANGES.md +++ b/actix-threadpool/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.3.2] - 2020-05-20 + +## Added + +* Implement `std::error::Error` for `BlockingError` [#120] + +[#120]: https://github.com/actix/actix-net/pull/120 + ## [0.3.1] - 2019-12-12 ### Changed diff --git a/actix-threadpool/Cargo.toml b/actix-threadpool/Cargo.toml index 36f9acfb..5b21ba45 100644 --- a/actix-threadpool/Cargo.toml +++ b/actix-threadpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-threadpool" -version = "0.3.1" +version = "0.3.2" authors = ["Nikolay Kim "] description = "Actix thread pool for sync code" keywords = ["actix", "network", "framework", "async", "futures"]