diff --git a/source/whats-new.txt b/source/whats-new.txt index a6ccfef9..7ec05b89 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 3.1 ` * :ref:`Version 3.0 ` * :ref:`Version 2.30 ` * :ref:`Version 2.29 ` @@ -29,10 +30,21 @@ Learn what's new in: * :ref:`Version 2.24 ` * :ref:`Version 2.23 ` * :ref:`Version 2.22 ` -* :ref:`Version 2.21 ` .. _upcoming-breaking-changes: +.. _csharp-version-3.1: + +What's New in 3.1 +----------------- + +The 3.1 driver release includes the following new features: + +- Adds new default serializers for immutable collections in the + `System.Collections.Immutable `__ + namespace. The driver can now serialize ``ImmutableArray`` objects, and serialization + for other immutable collections is more memory efficient. + .. _csharp-version-3.0: What's New in 3.0