summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-02-03 15:02:02 -0800
committerJeremy Evans <code@jeremyevans.net>2020-02-03 15:02:02 -0800
commit59985351196ad348dbe53b799333ad24d8d64404 (patch)
treee6ba85f7dbb08e17718ab7bb14040ceb0ddcf8f1
parent16455b4c9a73d2fa65d3eed8a68b37ed06ebfe40 (diff)
downloadrack-59985351196ad348dbe53b799333ad24d8d64404.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cafa58ac..40566c40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. For info on
### Changed
+- `.ru` files now support the `frozen-string-literal` magic comment. ([@eregon](https://github.com/eregon))
- Rely on autoload to load constants instead of requiring internal files, make sure to require 'rack' and not just 'rack/...'. ([@jeremyevans](https://github.com/jeremyevans))
- `Etag` will continue sending ETag even if the response should not be cached. ([@henm](https://github.com/henm))
- `Request#host_with_port` no longer includes a colon for a missing or empty port. ([@AlexWayfer](https://github.com/AlexWayfer))