1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-20 07:06:42 +00:00
actix-web/CHANGES.md
2017-10-27 22:19:00 -07:00

23 lines
343 B
Markdown

# CHANGES
## 0.2.0 (2017-10-xx)
* Do not use `http::Uri` as it can not parse some valid paths
* Refactor response `Body`
* Refactor `RouteRecognizer` usability
* Refactor `HttpContext::write`
* Refactor `Payload` stream
* Re-use `BinaryBody` for `Frame::Payload`
* Fix disconnection handling.
## 0.1.0 (2017-10-23)
* First release