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

changelog updates

This commit is contained in:
Nikolay Kim 2018-06-02 15:03:34 -07:00
parent a7dab950f3
commit 09780ea9f3
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.6.10"
version = "0.6.11"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"