From a62a164850f70e08970e04894d186d086bd43c50 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 27 Aug 2015 14:20:09 +0200 Subject: minor copy edit. [ci skip] Follow up to #21384. --- actionpack/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 65c57dd809..1cfd633606 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,5 @@ -* Updating ActionController::TestSession to behave as a hash with indifferent - access: +* Update `ActionController::TestSession#fetch` to behave more like + `ActionDispatch::Request::Session#fetch` when using non-string keys. *Jeremy Friesen* -- cgit v1.2.3