1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00
actix-web/CHANGES.md
2017-10-26 23:14:33 -07:00

22 lines
280 B
Markdown

# CHANGES
## 0.2.0 (2017-10-xx)
* 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