From 1bb99ae7adfe9783e85684c18e0f2c4fe3f58ca5 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 7 Jan 2018 21:51:51 +0530 Subject: Added deprecations and removals notes for Action Pack [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index c75f0e83ac..2519eb4e2c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -172,7 +172,7 @@ *Yuji Yaginuma* -* Deprecate `ActionDispatch::TestResponse` response aliases +* Deprecate `ActionDispatch::TestResponse` response aliases. `#success?`, `#missing?` & `#error?` are not supported by the actual `ActionDispatch::Response` object and can produce false-positives. Instead, -- cgit v1.2.3