Skip to content

Commit edbc89a

Browse files
committed
MONGOID-4906 move release notes to 7.3
1 parent 6fea834 commit edbc89a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/tutorials/mongoid-upgrade.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ Mongoid 7.2 behavior:
130130
# embedded: false>
131131

132132

133+
New Embedded Matching Operators
134+
-------------------------------
135+
136+
Mongoid 7.3 adds support for bitwise operators, ``$comment``, ``$mod`` and
137+
``$type`` operators when :ref:`embedded matching <embedded-matching>`.
138+
139+
133140
Upgrading to Mongoid 7.2
134141
========================
135142

@@ -349,12 +356,6 @@ conditions.
349356
# Mongoid 7.2 and 7.1:
350357
# => #<Task _id: 5ef8dc3e2c97a645ec86bb33, name: "Clean house", pattern: /test/, hours: 12>
351358

352-
Additional Supported Operators
353-
``````````````````````````````
354-
355-
Mongoid 7.2 adds support for bitwise operators, ``$comment``, ``$mod`` and
356-
``$type`` operators when embedded matching.
357-
358359

359360
``count`` and ``estimated_count`` Methods
360361
-----------------------------------------

0 commit comments

Comments
 (0)