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