1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

update changelog

This commit is contained in:
Nikolay Kim
2018-05-24 07:56:51 -07:00
parent 174fb0b5f4
commit 556646aaec
2 changed files with 7 additions and 10 deletions

View File

@@ -1,11 +1,13 @@
# Changes
## [0.6.10] - 2018-05-xx
## [0.6.10] - 2018-05-24
### Added
* Allow to use path without traling slashes for scope registration #241
* Allow to set encoding for exact NamedFile #239
### Fixed
* `TestServer::post()` actually sends `GET` request #240