Skip to content

Commit 303456b

Browse files
committed
Merge pull request rails#24465 from y-yagi/remove_needless_entry
remove needless entry [ci skip]
2 parents 391d579 + d03c90e commit 303456b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

activerecord/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,11 +1441,6 @@
14411441

14421442
*Hyonjee Joo*
14431443

1444-
* Deprecate passing of `start` value to `find_in_batches` and `find_each`
1445-
in favour of `begin_at` value.
1446-
1447-
*Vipul A M*
1448-
14491444
* Add `foreign_key_exists?` method.
14501445

14511446
*Tõnis Simo*

guides/source/5_0_release_notes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,6 @@ Please refer to the [Changelog][active-record] for detailed changes.
439439
* Deprecated `ActiveRecord::Base.errors_in_transactional_callbacks=`.
440440
([commit](https://github.com/rails/rails/commit/07d3d402341e81ada0214f2cb2be1da69eadfe72))
441441

442-
* Deprecated passing of `start` value to `find_in_batches` and `find_each`
443-
in favour of `begin_at` value.
444-
([Pull Request](https://github.com/rails/rails/pull/18961))
445-
446442
* Deprecated `Relation#uniq` use `Relation#distinct` instead.
447443
([commit](https://github.com/rails/rails/commit/adfab2dcf4003ca564d78d4425566dd2d9cd8b4f))
448444

0 commit comments

Comments
 (0)