diff --git a/source/release-notes/4.2.txt b/source/release-notes/4.2.txt index a3087186db0..3b6e0524cb2 100644 --- a/source/release-notes/4.2.txt +++ b/source/release-notes/4.2.txt @@ -84,6 +84,15 @@ MongoDB removes the deprecated option ``maxScan`` for the ``cursor.maxScan()``. Use either the ``maxTimeMS`` option for the :dbcommand:`find` command or the helper :method:`cursor.maxTimeMS()` instead. +General Improvements +-------------------- + +``outputConfig`` Option +~~~~~~~~~~~~~~~~~~~~~~~ + +MongoDB 4.2 adds the :option:`--outputConfig ` option for +:binary:`~bin.mongod` and :binary:`~bin.mongos`, which outputs the resolved +YAML configuration document to ``stdout`` and halts the server instance. Changes Affecting Compatibility -------------------------------