1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00: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