mirror of https://github.com/fafhrd91/actix-web
Update CHANGES.md
This commit is contained in:
parent
de39be25c4
commit
60b80fcab8
|
@ -1,7 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
- Add support for streaming audio files by setting the `content-disposition` header `inline` instead of `attachement`
|
- Add support for streaming audio files by setting the `content-disposition` header `inline` instead of `attachement`. [#2645]
|
||||||
|
|
||||||
|
[#2645]: https://github.com/actix/actix-web/pull/2645
|
||||||
|
|
||||||
|
|
||||||
## 0.6.0 - 2022-02-25
|
## 0.6.0 - 2022-02-25
|
||||||
- No significant changes since `0.6.0-beta.16`.
|
- No significant changes since `0.6.0-beta.16`.
|
||||||
|
|
Loading…
Reference in New Issue