aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-08 18:02:24 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-08 18:02:24 +0530
commit303456be66d4b8abb88efeb5ce338530befea4ad (patch)
tree4d0405708868917979e2c54ddd455fe649829fc4 /activerecord/CHANGELOG.md
parent391d579343ac61f74a89f7a1eac35c3d4941529b (diff)
parentd03c90e8aa011cbf4244bfc5e622492dcdb52ee2 (diff)
downloadrails-303456be66d4b8abb88efeb5ce338530befea4ad.tar.gz
rails-303456be66d4b8abb88efeb5ce338530befea4ad.tar.bz2
rails-303456be66d4b8abb88efeb5ce338530befea4ad.zip
Merge pull request #24465 from y-yagi/remove_needless_entry
remove needless entry [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 0 insertions, 5 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*