service: Add changelog entry for 0.3.0-alpha.1

This commit is contained in:
Lucio Franco 2019-08-20 14:34:30 -04:00
parent fe9cef6006
commit 1351aaa9d8
No known key found for this signature in database
GPG Key ID: 20DB2D1FCD10BDC1
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# 0.3.0 (Aug 20, 2019)
* Switch to `std::future::Future`
# 0.2.0 (Dec 12, 2018)
* Change `Service`'s `Request` associated type to be a generic instead.