We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f29a2 commit c2d67b4Copy full SHA for c2d67b4
source/release-notes/mongoid-9.0.txt
@@ -120,3 +120,14 @@ Mongoid 9.0 flips the default of this flag from ``true`` => ``false``.
120
121
This means that, by default, Mongoid 9 will update the existing document and
122
will not replace it.
123
+
124
125
+Bug Fixes and Improvements
126
+--------------------------
127
128
+This section will be for smaller bug fixes and improvements:
129
130
+- With the ``map_big_decimal_to_decimal128`` flag set to false, ``demongoizing``
131
+ a non-numeric, non-string value that implements ``:to_d`` will return a string
132
+ rather than a ``BigDecimal``
133
+ `MONGOID-5507 <https://jira.mongodb.org/browse/MONGOID-5507>`_.
0 commit comments