1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

update changelog

This commit is contained in:
Nikolay Kim 2018-06-02 14:57:56 -07:00
parent 8b8a3ac01d
commit 698f0a1849

View File

@ -25,6 +25,8 @@
### Fixed
* Support chunked encoding for UrlEncoded body #262
* `HttpRequest::url_for()` for a named route with no variables segments #265