From ce51c184a5dd1e6b24875a94ac5f91a91125f590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 31 Jan 2023 21:21:54 +0300 Subject: [PATCH] docs(changelog): update changelog entry for 0.8.4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8033e4..e9cedc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. `/file?download=true`), `rustypaste` will override the MIME type to `application/octet-stream` and this will force your browser to download the file.