From 7eb6443ddec0d0c4064c00dd42c28a37e61631ad Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Fri, 1 Jul 2016 14:18:24 +0900 Subject: Deprecation passing of `start` value was removed [ci skip] ref #18961, #23099. --- guides/source/5_0_release_notes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index e90a205d0f..bdd1c2cc4e 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -663,10 +663,6 @@ Please refer to the [Changelog][active-record] for detailed changes. * Deprecated passing a column to `ActiveRecord::Connection#quote`. ([commit](https://github.com/rails/rails/commit/7bb620869725ad6de603f6a5393ee17df13aa96c)) -* Deprecated passing of `start` value to `find_in_batches` and `find_each` - in favour of `begin_at`. - ([Pull Request](https://github.com/rails/rails/pull/18961)) - * Added an option `end` to `find_in_batches` that complements the `start` parameter to specify where to stop batch processing. ([Pull Request](https://github.com/rails/rails/pull/12257)) -- cgit v1.2.3