Skip to content

Commit

Permalink
rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Dec 5, 2024
1 parent efced42 commit 8230dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ The v3.11 driver introduces the following breaking changes to the build system:

- Drops support for {+mdb-server+} v3.6.
- Requires MongoDB C Driver v1.28.0 or later.
- If the ``ENABLE_TESTS`` configuration option is set to ``ON``, you must configure
the driver to use C++14 or later. You can opt out of the C++14 requirement
by disabling tests with ``ENABLE_TESTS=OFF`` during CMake configuration.
- If the ``ENABLE_TESTS`` configuration option is set to ``ON``, C++14 or later
is required. You can opt out of the C++14 requirement by disabling tests with
``ENABLE_TESTS=OFF`` during CMake configuration.

ABI Breaking Changes in v3.11
`````````````````````````````
Expand Down

0 comments on commit 8230dbf

Please sign in to comment.