docs(changelog): update changelog entry for 0.8.4

This commit is contained in:
Orhun Parmaksız 2023-01-31 21:21:54 +03:00
parent a0ba66cac1
commit ce51c184a5
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.8.4] - 2023-01-31
### Changed
### Added
- Allow downloading files via `?download=true` parameter
- If you specify this for a file (e.g. `<server_address>/file?download=true`), `rustypaste` will override the MIME type to `application/octet-stream` and this will force your browser to download the file.