2019-03-28 11:56:52 +01:00
|
|
|
# Changes
|
|
|
|
|
2019-12-12 01:57:40 +01:00
|
|
|
## [0.3.1] - 2019-12-12
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use parking_lot 0.10
|
|
|
|
|
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
|