Skip to content

Commit 3c527ed

Browse files
johnnyshieldsp
andauthored
MONGOID-5324 Remove deprecated Mongoid::Factory::TYPE constant (#5242)
* Remove deprecated Mongoid::Factory::TYPE constant. It is not used in the code. * add release note Co-authored-by: shields <[email protected]> Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent e724fd3 commit 3c527ed

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
@@ -316,3 +316,12 @@ Replaced ``Mongoid::Criteria#geo_spacial`` with ``#geo_spatial``
316316
The previously deprecated ``Mongoid::Criteria#geo_spacial`` method has been
317317
removed in Mongoid 8. It has been replaced one-for-one with ``#geo_spatial``
318318
which was added in Mongoid 7.2.0.
319+
320+
321+
Removed Deprecated Constants
322+
----------------------------
323+
324+
Mongoid 8 removes the following deprecated constants that are not expected
325+
to have been used outside of Mongoid:
326+
327+
- ``Mongoid::Factory::TYPE``

0 commit comments

Comments
 (0)