summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ragnarsson <patrik@starkast.net>2023-02-25 13:13:16 +0100
committerGitHub <noreply@github.com>2023-02-26 01:13:16 +1300
commit9eb4aa2646fdaaf22c7f6a9fa4c6dc73e587204f (patch)
tree87c37a4fefbf2d2351ac6486dfcd3d8490a33111
parent1bd0f1597d8f4a90d47115f3e156a8ce7870c9c8 (diff)
downloadrack-9eb4aa2646fdaaf22c7f6a9fa4c6dc73e587204f.tar.gz
Add JS MIME type change to CHANGELOG (#2040)
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 072fb792..c737a49f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. For info on
- `rack.input` is now optional, and if missing, will raise an error. Use this to fail on multipart parsing a request without an input body. ([#2018](https://github.com/rack/rack/pull/2018), [@ioquatix])
- Introduce `module Rack::BadRequest` which is included in multipart and query parser errors. ([#2019](https://github.com/rack/rack/pull/2019), [@ioquatix])
+- MIME type for JavaScript files (`.js`) changed from `application/javascript` to `text/javascript` ([`1bd0f15`](https://github.com/rack/rack/commit/1bd0f1597d8f4a90d47115f3e156a8ce7870c9c8))
## [3.0.4.1] - 2023-01-17