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

update changes

This commit is contained in:
Nikolay Kim 2018-07-11 13:34:40 +06:00
parent 28b36c650a
commit f38a370b94

View File

@ -61,6 +61,15 @@
* Remove `HttpMessage::range()`
## [0.6.15] - 2018-07-11
### Fixed
* Fix h2 compatibility #352
* Fix duplicate tail of StaticFiles with index_file. #344
## [0.6.14] - 2018-06-21
### Added