mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
Add change notes for new HttpResponseBuilder
This commit is contained in:
parent
69d710dbce
commit
80d4cbe301
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
|
* 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
|
### Fixed
|
||||||
|
|
||||||
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
|
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
|
||||||
|
Loading…
Reference in New Issue
Block a user