Skip to content

Commit e4feac8

Browse files
authored
DOCSP-43182: add description to go v2 intro (#379)
* DOCSP-43182: add description to go v2 intro * wip
1 parent f97c8cd commit e4feac8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: source/whats-new.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Learn what's new in:
5151
What's New in 2.0
5252
-----------------
5353

54+
The 2.0 {+driver-short+} release supports various new features, provides
55+
a smoother timeout experience, and implements clearer, more idiomatic Go
56+
code by streamlining APIs, improving errors descriptions, and
57+
simplifying the driver package structure.
58+
59+
In this section, you can learn more about these changes.
60+
5461
.. important:: Breaking Changes
5562

5663
The {+driver-short+} v2.0 release introduces the following breaking
@@ -90,7 +97,7 @@ What's New in 2.0
9097
Learn more in the :ref:`golang-timeout-setting` section of the
9198
Connection Options guide.
9299

93-
The 2.0 {+driver-short+} release includes the following improvements and fixes:
100+
This release includes the following improvements and fixes:
94101

95102
- You can access the GridFS API from the ``mongo`` package. In previous
96103
versions, you could access GridFS functions from the separate ``gridfs``

0 commit comments

Comments
 (0)