mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 11:31:09 +00:00
Add change notes for new HttpResponseBuilder
This commit is contained in:
parent
69d710dbce
commit
80d4cbe301
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue