summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrororo <krororo.07@gmail.com>2020-02-26 10:44:37 +0900
committerkrororo <krororo.07@gmail.com>2020-02-26 10:44:37 +0900
commita33f58368e1b98a42c626493012748d00db760a1 (patch)
tree8e34ec06d9e84c1c9695e988dc7e642c85e548e5
parent43da1e0b6d7ed1c3dc1784c285ebe5082cdc0e7c (diff)
downloadrack-a33f58368e1b98a42c626493012748d00db760a1.tar.gz
Fix username
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69560c73..b1ea71e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. For info on
### Fixed
-- Avoid NoMethodError when accessing Rack::Session::Cookie without requiring delegate first. ([#1610](https://github.com/rack/rack/issues/1610), [@pvande](https://github.com/onigra))
+- Avoid NoMethodError when accessing Rack::Session::Cookie without requiring delegate first. ([#1610](https://github.com/rack/rack/issues/1610), [@onigra](https://github.com/onigra))
## [2.2.2] - 2020-02-11