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 @@ -10,14 +10,14 @@ MongoDB Java Driver
10
10
11
11
/quick-start
12
12
/quick-reference
13
+ /whats-new
13
14
/usage-examples
14
15
/fundamentals
15
16
/api-documentation
16
17
/faq
17
18
/connection-troubleshooting
18
19
/issues-and-help
19
20
/compatibility
20
- /whats-new
21
21
/upgrade
22
22
/legacy
23
23
View the Source <https://github.com/mongodb/mongo-java-driver>
@@ -49,6 +49,12 @@ Quick Reference
49
49
See driver syntax examples for common MongoDB commands in the
50
50
:ref:`Quick Reference <java-quick-reference>` section.
51
51
52
+ What's New
53
+ ----------
54
+
55
+ For a list of new features and changes in each version, see the
56
+ :ref:`What's New <java-whats-new>` section.
57
+
52
58
Usage Examples
53
59
--------------
54
60
@@ -112,12 +118,6 @@ For the compatibility charts that show the recommended Java
112
118
Driver version for each MongoDB Server version, see the
113
119
:doc:`Compatibility </compatibility>` section.
114
120
115
- What's New
116
- ----------
117
-
118
- For a list of new features and changes in each version, see the
119
- :doc:`What's New </whats-new>` section.
120
-
121
121
Upgrade Driver Versions
122
122
-----------------------
123
123
Original file line number Diff line number Diff line change
1
+ .. _java-whats-new:
2
+
1
3
==========
2
4
What's New
3
5
==========
You can’t perform that action at this time.
0 commit comments