Skip to content

Commit 26a363a

Browse files
MONGOID-5302 Replace Hash#update_values with ActiveSupport's transform_values! (#5234)
* Hash#update_values can be replaced with ActiveSupport#transform_values! * MONGOID-5302 add docs removing the methods * MONGOID-5302 fix docs Co-authored-by: shields <[email protected]> Co-authored-by: Neil Shweky <[email protected]>
1 parent 1e79809 commit 26a363a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/release-notes/mongoid-8.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,10 @@ to have been used outside of Mongoid:
336336
- ``Mongoid::Extensions::Date::EPOCH``
337337
- ``Mongoid::Extensions::Time::EPOCH``
338338
- ``Mongoid::Factory::TYPE``
339+
340+
341+
Removed ``Array#update_values`` and ``Hash#update_values`` methods
342+
------------------------------------------------------------------
343+
344+
The previously deprecated ``Array#update_values`` and ``Hash#update_values``
345+
methods have been removed in Mongoid 8.

0 commit comments

Comments
 (0)