Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 8d6ecf5

Browse files
committed
trivial: tweak jql and fix annotation in changelog
1 parent 496de10 commit 8d6ecf5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/includes/changelogs/releases/3.0.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Query
3232

3333
- :issue:`SERVER-17895` Server should not clear collection plan cache periodically when write operations are issued
3434
- :issue:`SERVER-19412` NULL PlanStage in getStageByType causes segfault during stageDebug command
35-
- :issue:`SERVER-19725` NULL pointer crash in ``QueryPlanner::plan`` with :query:$near`` operator
35+
- :issue:`SERVER-19725` NULL pointer crash in ``QueryPlanner::plan`` with :query:`$near` operator
3636
- :issue:`SERVER-20139` Enable CachedPlanStage replanning by default in 3.0
3737
- :issue:`SERVER-20219` Add startup warning to 3.0 if have indexes with partialFilterExpression option
3838
- :issue:`SERVER-20347` Document is not found when searching on a field indexed by a hash index using a :query:`$in` clause with regular expression

source/release-notes/3.0.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Minor Releases
6161
:issue:`SERVER-19464`.
6262

6363
- `All issues closed in 3.0.6
64-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.6%22%20AND%20project%20%3D%20SERVER>`_
64+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.6%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
6565

6666
.. _3.0.5-release-notes:
6767

@@ -82,7 +82,7 @@ Minor Releases
8282
:issue:`SERVER-18926`.
8383

8484
- `All issues closed in 3.0.5
85-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.5%22%20AND%20project%20%3D%20SERVER>`_
85+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.5%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
8686

8787
.. _3.0.4-release-notes:
8888

@@ -106,7 +106,7 @@ Minor Releases
106106
following unexpected system restarts: :issue:`SERVER-18316`
107107

108108
- `All issues closed in 3.0.4
109-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.4%22%20AND%20project%20%3D%20SERVER>`_
109+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.4%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
110110

111111
.. _3.0.3-release-notes:
112112

@@ -126,7 +126,7 @@ Minor Releases
126126
:dbcommand:`eval` environment: :issue:`SERVER-17889`
127127

128128
- `All issues closed in 3.0.3
129-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.3%22%20AND%20project%20%3D%20SERVER>`_
129+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.3%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
130130

131131
.. _3.0.2-release-notes:
132132

@@ -146,7 +146,7 @@ Minor Releases
146146
:issue:`SERVER-17616`
147147

148148
- `All issues closed in 3.0.2
149-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.2%22%20AND%20project%20%3D%20SERVER>`_
149+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.2%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
150150

151151
.. _3.0.1-release-notes:
152152

@@ -166,7 +166,7 @@ Minor Releases
166166
oplog collection lock: :issue:`SERVER-17416`.
167167

168168
- `All issues closed in 3.0.1
169-
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.1%22%20AND%20project%20%3D%20SERVER>`_
169+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%223.0.1%22%20AND%20project%20%3D%20SERVER%20AND%20resolution%20%3D%20Fixed%20>`_
170170

171171
Major Changes
172172
-------------

0 commit comments

Comments
 (0)