diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-07-01 02:25:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 02:25:14 -0300 |
commit | 49a881e0db1ef64fcbae2b7ddccfd5ccea26ae01 (patch) | |
tree | 6406d35cef9dfe7fe931f1955a42392674851aed /guides | |
parent | b29224c6a100d57f64cfa4d273ae4b2a4e467689 (diff) | |
parent | 7eb6443ddec0d0c4064c00dd42c28a37e61631ad (diff) | |
download | rails-49a881e0db1ef64fcbae2b7ddccfd5ccea26ae01.tar.gz rails-49a881e0db1ef64fcbae2b7ddccfd5ccea26ae01.tar.bz2 rails-49a881e0db1ef64fcbae2b7ddccfd5ccea26ae01.zip |
Merge pull request #25618 from kamipo/fix_release_notes
Deprecation passing of `start` value was removed [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 4 |
1 files changed, 0 insertions, 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)) |