We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945ac4e commit 3d85c86Copy full SHA for 3d85c86
source/upgrade.txt
@@ -103,9 +103,8 @@ Version 3.0 Potential Breaking Change
103
more about configuring TLS/SSL in the {+driver-short+}, see :ref:`<csharp-tls>`.
104
105
- By default, the driver serializes ``Decimal128`` and ``decimal`` values as BSON
106
- ``Decimal128`` values. In previous versions of the driver,
107
- the driver serialized these values as BSON ``string`` values
108
- by default.
+ ``Decimal128`` values. In previous versions of the driver, the driver serialized these
+ values as BSON ``string`` values by default.
109
To serialize a ``decimal`` or ``Decimal128`` value as a string in v3.0,
110
apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
111
0 commit comments