diff --git a/source/release-notes/3.6.txt b/source/release-notes/3.6.txt index 956359e2d39..432239ee7ca 100644 --- a/source/release-notes/3.6.txt +++ b/source/release-notes/3.6.txt @@ -74,6 +74,12 @@ following new aggregation pipeline stages: - Lists sessions cached in memory by the server. + * - :pipeline:`$currentOp` + + - Returns a stream of documents containing information + on active and/or dormant operations on a :program:`mongod` + instance. + New Aggregation Operators ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -113,12 +119,6 @@ New Aggregation Operators - Allows the use of aggregation expressions within the query language. - * - :pipeline:`$currentOp` - - - Returns a stream of documents containing information - on active and/or dormant operations on a :program:`mongod` - instance. - New Aggregation Helper ~~~~~~~~~~~~~~~~~~~~