From d58f827f9d01f34a74dd2dc03f18bacc76bb0f64 Mon Sep 17 00:00:00 2001 From: Pavithra Vetriselvan Date: Fri, 13 Oct 2017 11:15:34 -0400 Subject: [PATCH] DOCS-10527 switched currentOp from operators to stages section --- source/release-notes/3.6.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ~~~~~~~~~~~~~~~~~~~~