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] --- guides/source/5_2_release_notes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'guides') diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index 18d88d34a0..c464f86798 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -107,11 +107,14 @@ Please refer to the [Changelog][action-pack] for detailed changes. ### Removals -ToDo +* Removed deprecated `ActionController::ParamsParser::ParseError`. + ([Commit](https://github.com/rails/rails/commit/e16c765ac6d)) ### Deprecations -ToDo +* Deprecated `#success?`, `#missing?` and `#error?` aliases of + `ActionDispatch::TestResponse`. + ([Pull Request](https://github.com/rails/rails/pull/30104)) ### Notable changes -- cgit v1.2.3