Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/copy-compat-to-docs-shared.yml
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated to docs ticket

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- "source/includes/mongodb-compatibility-table-csharp.rst"
- "source/includes/language-compatibility-table-csharp.rst"
workflow_dispatch:

jobs:
copy-file:
Expand Down
7 changes: 7 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ What's New in 3.0
The v3.0 driver contains breaking changes. See :ref:`<csharp-breaking-changes-3.0>`
for more information.

The 3.0 driver release includes the following new features:

- Removes the
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
which implements the v1.x driver API in driver versions 2.x. This package will no
longer receive updates.

.. _csharp-version-2.28:

What's New in 2.28
Expand Down
Loading