Skip to content

Commit 6fef9d5

Browse files
committed
wip
1 parent 82b8d67 commit 6fef9d5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

source/fundamentals/builders/builders-data-classes.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ string field names. You can structure your code in this way to make your
3030
code more type-safe and improve your applications {+language+}
3131
interoperability.
3232

33+
The extensions library also allows you to construct
34+
queries, update documents, and other statements by using infix notation.
35+
To learn more about this notation, see `Infix notation
36+
<{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
37+
{+language+} reference documentation.
38+
3339
.. note::
3440

3541
This page provides a limited number of code
@@ -129,11 +135,6 @@ methods to perform queries on the ``Student`` data class:
129135
.. literalinclude:: /examples/generated/BuildersDataClassTest.snippet.filters-data-class.kt
130136
:language: kotlin
131137

132-
The preceding example includes a query written in **infix notation**, To
133-
learn more about this notation, see `Infix notation
134-
<{+kotlin-docs+}/docs/functions.html#infix-notation>`__ in the
135-
{+language+} reference documentation.
136-
137138
.. _kotlin-data-class-indexes:
138139

139140
Indexes

source/whats-new.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ What's New in 5.3
3030
The 5.3 driver release includes the following new features,
3131
improvements, and fixes:
3232

33-
- Support for using builders class methods directly with data class
34-
properties. To learn more, see the :ref:`kotlin-builders-data-classes`
35-
guide. This functionality is supported by the `{+driver-short+}
36-
Extensions package
37-
<{+api+}/apidocs/mongodb-driver-kotlin-extensions/index.html>`__
38-
published with this release.
39-
4033
.. sharedinclude:: dbx/jvm/v5.3-wn-items.rst
4134

4235
.. replacement:: vector-type-example-link
@@ -50,6 +43,12 @@ improvements, and fixes:
5043
the :ref:`kotlin-fundamentals-change-document` and :ref:`kotlin-fundamentals-bulkwrite`
5144
guides
5245

46+
- Support for using builders class methods directly with data class
47+
properties. To learn more, see the :ref:`kotlin-builders-data-classes`
48+
guide. This functionality is supported by the `{+driver-short+}
49+
Extensions package <{+api+}/apidocs/mongodb-driver-kotlin-extensions/index.html>`__
50+
published with this release.
51+
5352
- Implements a *client* bulk write API that allows you to perform write
5453
operations on multiple databases and collections in the same call. To learn
5554
more about this feature, see the :ref:`kotlin-client-bulk-write`

0 commit comments

Comments
 (0)