2019-03-28 10:56:52 +00:00
|
|
|
# Changes
|
|
|
|
|
2019-12-12 00:57:40 +00:00
|
|
|
## [0.3.1] - 2019-12-12
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use parking_lot 0.10
|
|
|
|
|
2019-12-02 16:47:49 +00:00
|
|
|
## [0.3.0] - 2019-12-02
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Expect `Result` type as a function return type
|
|
|
|
|
2019-11-21 13:58:55 +00:00
|
|
|
## [0.2.0] - 2019-11-21
|
2019-11-14 12:38:24 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Migrate to `std::future`
|
|
|
|
|
2019-08-05 16:54:49 +00:00
|
|
|
## [0.1.2] - 2019-08-05
|
|
|
|
|
2019-06-18 08:23:50 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Update `derive_more` to 0.15
|
2019-08-05 16:54:49 +00:00
|
|
|
|
2019-08-04 13:46:14 +00:00
|
|
|
* Update `parking_lot` to 0.9
|
2019-06-18 08:23:50 +00:00
|
|
|
|
2019-06-05 02:09:46 +00:00
|
|
|
## [0.1.1] - 2019-06-05
|
|
|
|
|
|
|
|
* Update parking_lot
|
|
|
|
|
2019-03-28 10:56:52 +00:00
|
|
|
## [0.1.0] - 2019-03-28
|
|
|
|
|
|
|
|
* Move threadpool to separate crate
|