1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-26 10:00:34 +00:00

fix changelog

This commit is contained in:
Nikolay Kim 2019-01-11 21:42:13 -08:00
parent 316974616a
commit 66a7c59aaf

View file

@ -2,14 +2,14 @@
## [0.1.4] - 2019-01-11 ## [0.1.4] - 2019-01-11
## Changed ### Changed
* Use `FnMut` instead of `Fn` for `FnService` * Use `FnMut` instead of `Fn` for `FnService`
## [0.1.3] - 2018-12-12 ## [0.1.3] - 2018-12-12
## Changed ### Changed
* Split service combinators to separate trait * Split service combinators to separate trait