1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/CHANGES.md

20 lines
251 B
Markdown
Raw Normal View History

2017-10-24 08:25:32 +02:00
# CHANGES
## 0.2.0 (2017-10-xx)
* Refactor response `Body`
* Refactor `RouteRecognizer` usability
2017-10-24 08:39:01 +02:00
* Refactor `HttpContext::write`
* Re-use `BinaryBody` for `Frame::Payload`
2017-10-26 01:25:26 +02:00
* Fix disconnection handling.
2017-10-24 08:25:32 +02:00
## 0.1.0 (2017-10-23)
* First release