diff --git a/source/whats-new.txt b/source/whats-new.txt index 99afde0..add9c2d 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -27,6 +27,7 @@ and deprecations made in each version of the driver libraries. Learn what's new in: * :ref:`Version 2.0.0 ` +* :ref:`Version 1.30.3 ` * :ref:`Version 1.30.0 ` * :ref:`Version 1.29.0 ` * :ref:`Version 1.28.0 ` @@ -182,6 +183,54 @@ Changes For more information about this release, see the :github:`v2.0 release notes `. +.. _c-version-1.30.3: + +What's New in 1.30.3 +-------------------- + +The following sections describe the changes in the 1.30.3 release of +the {+driver-short+}. + +{+libbson+} +~~~~~~~~~~~ + +The 1.30.3 release of ``{+libbson+}`` includes the following changes: + +New Features +```````````` + +- Adds new CMake packages and imported targets for ``bson`` + to allow you to support both major versions without modifying your + CMake project. + + - To import ``bson`` with the new names, call ``find_package`` + for the ``bson`` package. The new imported target names are + ``bson::static``, ``bson::shared``, and ``bson::bson``. + +{+libmongoc+} +~~~~~~~~~~~~~ + +The 1.30.3 release of ``{+libmongoc+}`` includes the following changes: + +New Features +```````````` + +- Adds new CMake packages and imported targets for ``bson`` and ``mongoc`` + to allow you to support both major versions without modifying your + CMake project. + + - To import ``mongoc`` with the new names, call ``find_package`` + for the ``mongoc`` package. The new imported target names are ``mongoc::static``, + ``mongoc::shared``, and ``mongoc::mongoc``. + + - To import ``bson`` with the new names, call ``find_package`` + for the ``bson`` package. The new imported target names are + ``bson::static``, ``bson::shared``, and ``bson::bson``. + + +For more information about this release, see the :github:`v1.30.3 release notes +`. + .. _c-version-1.30.0: What's New in 1.30.0