Skip to content

Commit

Permalink
MONGOID-4906 move release notes to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 24, 2020
1 parent 50a6108 commit c746740
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/tutorials/mongoid-upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ Mongoid 7.2 behavior:
# embedded: false>


New Embedded Matching Operators
-------------------------------

Mongoid 7.3 adds support for bitwise operators, ``$comment``, ``$mod`` and
``$type`` operators when :ref:`embedded matching <embedded-matching>`.


Upgrading to Mongoid 7.2
========================

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

Additional Supported Operators
``````````````````````````````

Mongoid 7.2 adds support for bitwise operators, ``$comment``, ``$mod`` and
``$type`` operators when embedded matching.


``count`` and ``estimated_count`` Methods
-----------------------------------------
Expand Down

0 comments on commit c746740

Please sign in to comment.