Skip to content

Commit b98cccd

Browse files
committed
DOCS-10737: updated 3.6 release notes
1 parent cf876e6 commit b98cccd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/release-notes/3.6.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,15 @@ MongoDB 3.6 includes the following enhancements:
366366
- :dbcommand:`dropDatabase` waits until all collections drops in the
367367
database have propagated to a majority of the replica set members.
368368

369-
370369
- The new :query:`$jsonSchema` operator matches documents that validate
371370
against the given JSON Schema.
372371

372+
- The new :parameter:`honorSystemUmask` startup option for
373+
:program:`mongod` causes new files created by MongoDB to have
374+
the read/write permissions specified by the `umask
375+
<https://en.wikipedia.org/wiki/Umask>`_ of the user who runs the
376+
:program:`mongod` process. Only available on Linux and OS X systems.
377+
373378
Changes Affecting Compatibility
374379
-------------------------------
375380

0 commit comments

Comments
 (0)