diff --git a/docs/release-notes/NuGet-6.10.md b/docs/release-notes/NuGet-6.10.md
index 1db0940b4..a8eca0db0 100644
--- a/docs/release-notes/NuGet-6.10.md
+++ b/docs/release-notes/NuGet-6.10.md
@@ -12,7 +12,17 @@ NuGet distribution vehicles:
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
|:---|:---|:---|
-| [**6.10.1**](https://nuget.org/downloads) | [Visual Studio 2022 version 17.10](https://visualstudio.microsoft.com/downloads/) | [8.0.3xx](https://dotnet.microsoft.com/download/dotnet/8.0)1 |
+| [**6.10.2**](https://nuget.org/downloads) | [Visual Studio 2022 version 17.10](https://visualstudio.microsoft.com/downloads/) | [8.0.3xx](https://dotnet.microsoft.com/download/dotnet/8.0)1 |
+
+1 Installed with Visual Studio 2022 with any .NET workload
+
+## Summary: What's New in 6.10.2
+
+### Issues fixed in this release
+
+* Revert Enable central package management implicitly when Directory.Packages.props exists - [#11834](https://github.com/NuGet/Home/issues/11834)
+
+[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.10.1.5...6.10.2.8)
1 Installed with Visual Studio 2022 with any .NET workload
@@ -201,4 +211,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
* [5673](https://github.com/NuGet/NuGet.Client/pull/5673) Enable publishing in VMR
* [5625](https://github.com/NuGet/NuGet.Client/pull/5625) Eliminate System.CommandLine prebuilt package
* [brianrob](https://github.com/NuGet/NuGet.Client/pull/5650)
- * [5650](https://github.com/NuGet/NuGet.Client/pull/5650) Add Restore Instrumentation
\ No newline at end of file
+ * [5650](https://github.com/NuGet/NuGet.Client/pull/5650) Add Restore Instrumentation