Skip to content

Commit e724fd3

Browse files
johnnyshieldsp
andauthored
MONGOID-5322: Remove deprecated geo_spacial method (was aliased to geo_spatial) (#5241)
* Remove deprecated geo_spacial method and replace with geo_spatial. * adjust release notes Co-authored-by: shields <[email protected]> Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 57a242b commit e724fd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/release-notes/mongoid-8.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,11 @@ Removed ``Document#to_a`` method
308308

309309
The previously deprecated ``Document#to_a`` method has been removed in
310310
Mongoid 8.
311+
312+
313+
Replaced ``Mongoid::Criteria#geo_spacial`` with ``#geo_spatial``
314+
----------------------------------------------------------------
315+
316+
The previously deprecated ``Mongoid::Criteria#geo_spacial`` method has been
317+
removed in Mongoid 8. It has been replaced one-for-one with ``#geo_spatial``
318+
which was added in Mongoid 7.2.0.

0 commit comments

Comments
 (0)