1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-06 22:15:49 +00:00
actix-web/CHANGES.md

26 lines
377 B
Markdown
Raw Normal View History

2017-10-24 06:25:32 +00:00
# CHANGES
## 0.2.0 (2017-10-xx)
* Do not use `http::Uri` as it can not parse some valid paths
2017-10-24 06:25:32 +00:00
* Refactor response `Body`
* Refactor `RouteRecognizer` usability
2017-10-24 06:39:01 +00:00
* Refactor `HttpContext::write`
2017-10-27 06:14:33 +00:00
* Refactor `Payload` stream
2017-10-24 06:39:01 +00:00
* Re-use `BinaryBody` for `Frame::Payload`
2017-10-30 03:51:06 +00:00
* Stop http actor on `write_eof`
2017-10-25 23:25:26 +00:00
* Fix disconnection handling.
2017-10-24 06:25:32 +00:00
## 0.1.0 (2017-10-23)
* First release