Skip to content

Commit 6a331fa

Browse files
committed
add intro sentences
1 parent 35aadf4 commit 6a331fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/whats-new.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ What's New in 1.20
6464
Support for {+mdb-server+} v3.6 is removed in this release of the
6565
library.
6666

67+
The {+library-short+} v1.20 release includes the following features,
68+
improvements, and fixes:
69+
6770
- Adds support for {+mdb-server+} v8.0.
6871

6972
- Adds support for Queryable Encryption (QE) range queries. To use this
@@ -97,6 +100,9 @@ and was added to keep version parity with the {+extension-short+}.
97100
What's New in 1.18
98101
------------------
99102

103+
The {+library-short+} v1.18 release includes the following features,
104+
improvements, and fixes:
105+
100106
- Adds a new GridFS API to make it more convenient to work with files using PHP's
101107
existing filesystem functions. The :phpmethod:`MongoDB\GridFS\Bucket::registerGlobalStreamWrapperAlias()`
102108
method may be used to register a global alias for a GridFS bucket. After
@@ -118,6 +124,9 @@ To learn more about this release, see the `v1.18 Release Notes
118124
What's New in 1.17
119125
------------------
120126

127+
The {+library-short+} v1.17 release includes the following features,
128+
improvements, and fixes:
129+
121130
- Introduces a new "codec" API for converting BSON to and from PHP objects.
122131
More information on this feature may be found in the
123132
:ref:`Codecs tutorial <php-codecs>`.
@@ -147,6 +156,9 @@ To learn more about this release, see the `v1.17 Release Notes
147156
What's New in 1.16
148157
------------------
149158

159+
The {+library-short+} v1.16 release includes the following features,
160+
improvements, and fixes:
161+
150162
- Introduces support for :v7.0:`MongoDB 7.0 </release-notes/7.0>`.
151163

152164
- Introduces :phpmethod:`MongoDB\Database::createEncryptedCollection()`.
@@ -163,6 +175,9 @@ To learn more about this release, see the `v1.16 Release Notes
163175
What's New in 1.15
164176
------------------
165177

178+
The {+library-short+} v1.15 release includes the following features,
179+
improvements, and fixes:
180+
166181
- Adds new ``examples/`` and ``tools/`` directories to the library repository,
167182
which contain code snippets and scripts that may prove useful when writing
168183
or debugging applications. These directories are intended to

0 commit comments

Comments
 (0)