Skip to content

Commit e3c8a22

Browse files
committed
what's new
1 parent aedf9f3 commit e3c8a22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/whats-new.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ What's New in 4.1
4040

4141
The v4.1 driver release includes the following new features:
4242

43-
- Adds support for the BSON Binary Vector type.
44-
45-
For more information, see the following resources:
46-
47-
- :manual:`Binary Data BSON Types </reference/bson-types/#binary-data>` in the {+mdb-server+} manual
48-
- :github:`BSON Binary Vector </mongodb/mongo-cxx-driver/blob/master/examples/bsoncxx/bson_binary_vector.cpp>` usage example on GitHub
4943
- Replaces the ``storage_options()`` method with ``storage_engine()`` in ``mongocxx::v_noabi::options::index``
5044
- Declares C++17 polyfill implementations for ``optional<T>`` and ``string_view`` in the ``bsoncxx::v1::stdx`` namespace. The
5145
``bsoncxx::v_noabi::stdx`` namespace now contains type aliases to their v1
@@ -55,6 +49,12 @@ The v4.1 driver release includes the following new features:
5549

5650
This does not affect users who compile with C++17 or newer and have not set ``BSONCXX_POLY_USE_IMPLS=ON``
5751

52+
- Adds support for the BSON Binary Vector type.
53+
54+
For more information, see the following resources:
55+
56+
- :manual:`Binary Data BSON Types </reference/bson-types/#binary-data>` in the {+mdb-server+} manual
57+
- :github:`BSON Binary Vector </mongodb/mongo-cxx-driver/blob/master/examples/bsoncxx/bson_binary_vector.cpp>` usage example on GitHub
5858
- Fixes the :ref:`CMake API versioning error <v4.0-cmake-api-version-bug>` noted
5959
in the v4.0 release
6060

0 commit comments

Comments
 (0)