File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ MongoDB Node Driver
14
14
15
15
/quick-start
16
16
/quick-reference
17
+ /whats-new
17
18
/usage-examples
18
19
/fundamentals
19
20
API Documentation <{+api+}>
20
21
/faq
21
22
/issues-and-help
22
23
/compatibility
23
- /whats-new
24
24
/upgrade
25
25
Release Notes <https://github.com/mongodb/node-mongodb-native/releases/>
26
26
View the Source <https://github.com/mongodb/node-mongodb-native/>
@@ -46,6 +46,12 @@ Quick Reference
46
46
See driver syntax examples for common MongoDB commands in the
47
47
:ref:`Quick Reference <node-quick-reference>` section.
48
48
49
+ What's New
50
+ ----------
51
+
52
+ For a list of new features and changes in each version, see the
53
+ :ref:`What's New <node-whats-new>` section.
54
+
49
55
Usage Examples
50
56
--------------
51
57
@@ -85,12 +91,6 @@ For the compatibility charts that show the recommended Node.js
85
91
Driver version for each MongoDB Server version, see the
86
92
:doc:`Compatibility </compatibility>` section.
87
93
88
- What's New
89
- ----------
90
-
91
- For a list of new features and changes in each version, see the
92
- :doc:`What's New </whats-new>` section.
93
-
94
94
Upgrade Driver Versions
95
95
-----------------------
96
96
Original file line number Diff line number Diff line change
1
+ .. _node-whats-new:
2
+
1
3
==========
2
4
What's New
3
5
==========
You can’t perform that action at this time.
0 commit comments