1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

use older mdbook

This commit is contained in:
Nikolay Kim
2018-04-11 19:05:14 -07:00
parent 839d67ac6a
commit 35e68723df
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changes
## 0.5.0
## 0.5.1 (2018-xx-xx)
* Client connector provides stats, `ClientConnector::stats()`
## 0.5.0 (2018-04-10)
* Type-safe path/query/form parameter handling, using serde #70