From 9d460687e3de1c8fb87b04fd3929a4d5b9381493 Mon Sep 17 00:00:00 2001 From: Romfos Date: Sun, 15 Dec 2024 17:38:31 +0100 Subject: [PATCH] Update changelogs --- BreakingChanges.md | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/BreakingChanges.md b/BreakingChanges.md index e1a9094c..26c60b09 100644 --- a/BreakingChanges.md +++ b/BreakingChanges.md @@ -4,6 +4,7 @@ * Update target frameworks: .NET 8, .NET Standard 2.0. * Obsolete api is removed * CompatArg is marked as obsolete +* Nullability is enabled for public api for .NET Core TFMs 5.0.0 Release ================ diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cd89dc..ec72aa85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [UPDATE] Mark as obsolete api CompatArg with pre c# 7.0 support * [NEW] Added .NET 9 to test matrix * [UPDATE] Migrate documentation to docfx platform. https://github.com/dotnet/docfx +* [UPDATE] Nullability is enabled for public api for .NET Core TFMs ### 5.3.0 (October 2024)