Skip to content

Commit ebabbdc

Browse files
committed
breaking changes
1 parent 011c494 commit ebabbdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/upgrade/v2.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ Version 2.19.0 Breaking Changes
135135
clientSettings.LinqProvider = LinqProvider.V2;
136136
var client = new MongoClient(clientSettings);
137137

138+
If your application uses the LINQ3 provider, you can't use ``-1`` to represent the
139+
:manual:`positional operator </reference/operator/update/positional/#mongodb-update-up.->`
140+
when updating an array. To learn how to use the positional operator, see
141+
:ref:`<csharp-update-one-arrays>` and :ref:`<csharp-update-many-arrays>`.
142+
138143
Version 2.14.0 Breaking Changes
139144
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140145

0 commit comments

Comments
 (0)