Skip to content

Commit 3f8345a

Browse files
committed
fixes
1 parent 42f3bed commit 3f8345a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

source/upgrade.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Upgrade Driver Versions
55
=======================
66

7+
.. toctree::
8+
:titlesonly:
9+
:maxdepth: 1
10+
11+
/upgrade/v2
12+
/upgrade/v3
13+
714
.. facet::
815
:name: genre
916
:values: reference
@@ -20,8 +27,8 @@ Upgrade Driver Versions
2027
Overview
2128
--------
2229

23-
In this section, you can identify the potentially *breaking changes* that each
24-
version of the {+driver-short+} introduced.
30+
Use the guides on this page to identify the potentially *breaking changes* that each
31+
version of the {+driver-short+} introduces.
2532
A breaking change is a modification of a convention or a behavior starting in
2633
a specific version of the driver. This type of change may prevent your application from
2734
working properly if you don't address it.

source/upgrade/v2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Version 2.28.0 Breaking Change
9393
.. _csharp-breaking-changes-2.21.0:
9494

9595
Version 2.21.0 Breaking Changes
96-
-------------------------------
96+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9797

9898
- The driver changes the signature of ``Render`` methods in the Atlas Search builders.
9999
In previous driver versions, these methods had the following signature:
@@ -111,7 +111,7 @@ Version 2.21.0 Breaking Changes
111111
.. _csharp-breaking-changes-2.19.0:
112112

113113
Version 2.19.0 Breaking Changes
114-
-------------------------------
114+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115115

116116
- The ``ObjectSerializer`` only allows deserialization of
117117
types that are considered safe. If not specified otherwise, the
@@ -136,7 +136,7 @@ Version 2.19.0 Breaking Changes
136136
var client = new MongoClient(clientSettings);
137137

138138
Version 2.14.0 Breaking Changes
139-
-------------------------------
139+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140140

141141
- The driver drops support for {+mdb-server+} v3.4 and earlier. You must upgrade
142142
your {+mdb-server+} to v3.6 or later.

0 commit comments

Comments
 (0)