We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639afbf commit 67c79fbCopy full SHA for 67c79fb
source/whats-new.txt
@@ -50,6 +50,12 @@ The 3.0 driver release includes the following new features:
50
which implements the v1.x driver API in driver versions 2.x. This package will no
51
longer receive updates.
52
53
+- Adds support for the ``Half`` type, which represents a half-precision floating-point number.
54
+ This type is available in .NET 5 and later.
55
+ To learn more about the ``Half`` type, see the
56
+ `Half Struct <https://learn.microsoft.com/en-us/dotnet/api/system.half?view=net-8.0>`__
57
+ API reference page on MSDN.
58
+
59
.. _csharp-version-2.28:
60
61
What's New in 2.28
0 commit comments