2019-03-28 11:56:52 +01:00
|
|
|
# Changes
|
|
|
|
|
2020-07-14 12:10:15 +02:00
|
|
|
## [0.3.3] - 2020-07-14
|
2020-07-03 17:10:27 +02:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-07-14 12:10:15 +02:00
|
|
|
* Update parking_lot to 0.11
|
2020-07-03 17:10:27 +02:00
|
|
|
|
2020-05-20 07:19:16 +02:00
|
|
|
## [0.3.2] - 2020-05-20
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
|
|
|
* Implement `std::error::Error` for `BlockingError` [#120]
|
|
|
|
|
|
|
|
[#120]: https://github.com/actix/actix-net/pull/120
|
|
|
|
|
2019-12-12 01:57:40 +01:00
|
|
|
## [0.3.1] - 2019-12-12
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-07-14 12:10:15 +02:00
|
|
|
* Update parking_lot to 0.10
|
2019-12-12 01:57:40 +01:00
|
|
|
|
2019-12-02 17:47:49 +01:00
|
|
|
## [0.3.0] - 2019-12-02
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Expect `Result` type as a function return type
|
|
|
|
|
2019-11-21 14:58:55 +01:00
|
|
|
## [0.2.0] - 2019-11-21
|
2019-11-14 13:38:24 +01:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Migrate to `std::future`
|
|
|
|
|
2019-08-05 18:54:49 +02:00
|
|
|
## [0.1.2] - 2019-08-05
|
|
|
|
|
2019-06-18 10:23:50 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Update `derive_more` to 0.15
|
2019-08-05 18:54:49 +02:00
|
|
|
|
2019-08-04 15:46:14 +02:00
|
|
|
* Update `parking_lot` to 0.9
|
2019-06-18 10:23:50 +02:00
|
|
|
|
2019-06-05 04:09:46 +02:00
|
|
|
## [0.1.1] - 2019-06-05
|
|
|
|
|
|
|
|
* Update parking_lot
|
|
|
|
|
2019-03-28 11:56:52 +01:00
|
|
|
## [0.1.0] - 2019-03-28
|
|
|
|
|
|
|
|
* Move threadpool to separate crate
|