You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/content/whats-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This release includes full support for the upcoming MongoDB 3.4 server release.
17
17
importorg.bson.types.Decimal128;
18
18
```
19
19
20
-
The [Decimal128]({{<docsref "release-notes/3.3-dev-series/#decimal-type">}}) format supports numbers with up to 34 decimal digits
20
+
The [Decimal128]({{<docsref "release-notes/3.4/#decimal-type">}}) format supports numbers with up to 34 decimal digits
21
21
(i.e. significant digits) and an exponent range of −6143 to +6144.
22
22
23
23
To create a `Decimal128` number, you can use
@@ -47,10 +47,10 @@ To create a `Decimal128` number, you can use
47
47
importcom.mongodb.client.model.Collation;
48
48
```
49
49
50
-
[Collation]({{<docsref "release-notes/3.3-dev-series-collation/">}}) allows users to specify language-specific rules for string
50
+
[Collation]({{<docsref "reference/collation/">}}) allows users to specify language-specific rules for string
51
51
comparison.
52
52
Use the [`Collation.builder()`] ({{<apiref "com/mongodb/client/model/Collation.html">}})
53
-
to create the `Collation` object. For example, the following example creates a `Collation` object with Primary level of comparison and [locale]({{<docsref "release-notes/3.3-dev-series-collation/#supported-languages-and-locales">}}) ``fr``.
53
+
to create the `Collation` object. For example, the following example creates a `Collation` object with Primary level of comparison and [locale]({{<docsref "reference/collation-locales-defaults/#supported-languages-and-locales">}}) ``fr``.
0 commit comments