1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 21:51:06 +01: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
## Changed
### Changed
* Use `FnMut` instead of `Fn` for `FnService`
## [0.1.3] - 2018-12-12
## Changed
### Changed
* Split service combinators to separate trait