diff --git a/source/whats-new.txt b/source/whats-new.txt index 9ac12d90..50aec48a 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -57,7 +57,19 @@ The 3.0 driver release includes the following new features: This type is available in .NET 5 and later. To learn more about the ``Half`` type, see the `Half Struct `__ - API reference page on MSDN. + API reference page on MSDN. + +- Adds support for the ``DateOnly`` type, which represents a date value with no + time component. This type is available in .NET 6 and later. To learn more about the + ``DateOnly`` type, see the + `DateOnly Struct. `__ + API reference page on MSDN. + +- Adds support for the ``TimeOnly`` type, which represents a time value with no + date component. This type is available in .NET 6 and later. To learn more about the + ``TimeOnly`` type, see the + `TimeOnly Struct. `__ + API reference page on MSDN. .. _csharp-version-2.28: