summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 19:08:21 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 19:08:21 +1300
commit89c64f25d8ac6b8f98456e9b265ca37d3c863cf5 (patch)
treecd1e7663cb4e79f589fc632d760e22dd53d2fe89
parent00b94597f4d0c17955d4b9de775252ee688a57b1 (diff)
downloadrack-89c64f25d8ac6b8f98456e9b265ca37d3c863cf5.tar.gz
Add CHANGELOG entry for #1577.
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc121b15..c0da3ec3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. For info on
## Unreleased
+### Fixed
+
+- Rework `Rack::Request#ip` to handle empty `forwarded_for`. ([#1577](https://github.com/rack/rack/pull/1577), [@ioquatix](https://github.com/ioquatix))
+
## [2.2.0] - 2020-02-08
### SPEC Changes