Skip to content

Commit 1e79809

Browse files
johnnyshieldsp
andauthored
MONGOID-5323: Remove deprecated Mongoid::Errors::EagerLoad class (#5240)
* Remove deprecated Mongoid::Errors::EagerLoad class. It is not used in the code at all. * Remove I18n message * Remove require * add release note Co-authored-by: shields <[email protected]> Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 3cd6885 commit 1e79809

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/release-notes/mongoid-8.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,15 @@ The previously deprecated ``Document#to_a`` method has been removed in
310310
Mongoid 8.
311311

312312

313+
Removed ``Mongoid::Errors::EagerLoad`` Exception Class
314+
------------------------------------------------------
315+
316+
The previously deprecated ``Mongoid::Errors::EagerLoad`` exception class
317+
has been removed in Mongoid 8. It has not been used by Mongoid since
318+
version 7.1.1 when eager loading for polymorphic ``belongs_to`` associations
319+
was implemented.
320+
321+
313322
Replaced ``Mongoid::Criteria#geo_spacial`` with ``#geo_spatial``
314323
----------------------------------------------------------------
315324

0 commit comments

Comments
 (0)