aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-04-08 21:12:33 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-04-08 21:22:09 +0900
commitd03c90e8aa011cbf4244bfc5e622492dcdb52ee2 (patch)
treeb59cb45a6de8ba4c39001b6cc746e385e3aa7cf3
parent1c3afbab779f052a3fc6d5e2747874b3347d58cf (diff)
downloadrails-d03c90e8aa011cbf4244bfc5e622492dcdb52ee2.tar.gz
rails-d03c90e8aa011cbf4244bfc5e622492dcdb52ee2.tar.bz2
rails-d03c90e8aa011cbf4244bfc5e622492dcdb52ee2.zip
remove needless entry [ci skip]
The option backed to `start` in da26934313a31ae530b7537aba8a7662152f4dfe.
-rw-r--r--activerecord/CHANGELOG.md5
-rw-r--r--guides/source/5_0_release_notes.md4
2 files changed, 0 insertions, 9 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d59101d621..e92f68eaa0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1441,11 +1441,6 @@
*Hyonjee Joo*
-* Deprecate passing of `start` value to `find_in_batches` and `find_each`
- in favour of `begin_at` value.
-
- *Vipul A M*
-
* Add `foreign_key_exists?` method.
*Tõnis Simo*
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 3b926c04f0..6351ff57c1 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -439,10 +439,6 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Deprecated `ActiveRecord::Base.errors_in_transactional_callbacks=`.
([commit](https://github.com/rails/rails/commit/07d3d402341e81ada0214f2cb2be1da69eadfe72))
-* Deprecated passing of `start` value to `find_in_batches` and `find_each`
- in favour of `begin_at` value.
- ([Pull Request](https://github.com/rails/rails/pull/18961))
-
* Deprecated `Relation#uniq` use `Relation#distinct` instead.
([commit](https://github.com/rails/rails/commit/adfab2dcf4003ca564d78d4425566dd2d9cd8b4f))