1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

Add change notes for new HttpResponseBuilder

This commit is contained in:
Douman 2019-02-27 21:37:20 +03:00
parent 69d710dbce
commit 80d4cbe301

View file

@ -6,6 +6,8 @@
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
* Add `insert` and `remove` methods to `HttpResponseBuilder`
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680