diff --git a/source/reference/method/MongoDBDatabase-createCollection.txt b/source/reference/method/MongoDBDatabase-createCollection.txt index 23e40ad1..62e6d0bd 100644 --- a/source/reference/method/MongoDBDatabase-createCollection.txt +++ b/source/reference/method/MongoDBDatabase-createCollection.txt @@ -117,20 +117,6 @@ Parameters .. versionadded:: 1.9 - * - flags - - integer - - Available for the MMAPv1 storage engine only to set the - ``usePowerOf2Sizes`` and ``noPadding`` flags. - - The library provides constants that you can combine with a - :php:`bitwise OR operator ` to set the flag - values: - - - ``MongoDB\Operation\CreateCollection::USE_POWER_OF_2_SIZES``: ``1`` - - ``MongoDB\Operation\CreateCollection::NO_PADDING``: ``2`` - - Defaults to ``1``. - * - indexOptionDefaults - array|object - Allows users to specify a default configuration for indexes when diff --git a/source/whats-new.txt b/source/whats-new.txt index cd678c0a..bbfd088d 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -42,7 +42,7 @@ What's New in 2.0 - The following methods return ``void`` instead of the raw command response: - + - ``MongoDB\\Client``: ``dropDatabase()`` - ``MongoDB\\Collection``: ``drop()``, ``dropIndex()``, ``dropIndexes()``, ``dropSearchIndex()``, ``rename()`` @@ -81,7 +81,7 @@ improvements, and fixes: - Removes the deprecated ``IndexInfo::isGeoHaystack()`` method. -- Removes the deprecated ``autoIndexId`` option for the +- Removes the deprecated ``autoIndexId`` and ``flags`` options for the ``MongoDB\\Database::createCollection()`` method. - Drops support for map-reduce functionality by removing the following