Skip to content

Commit 3d85c86

Browse files
committed
fix line wrap
1 parent 945ac4e commit 3d85c86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/upgrade.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ Version 3.0 Potential Breaking Change
103103
more about configuring TLS/SSL in the {+driver-short+}, see :ref:`<csharp-tls>`.
104104

105105
- 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.
106+
``Decimal128`` values. In previous versions of the driver, the driver serialized these
107+
values as BSON ``string`` values by default.
109108
To serialize a ``decimal`` or ``Decimal128`` value as a string in v3.0,
110109
apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
111110

0 commit comments

Comments
 (0)