From 4c0b5b43ca3a2bd8fa0b1311194bfed812aed5ed Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:53:17 -0700 Subject: [PATCH] [release-notes] Add .NET 11 RC 1 WPF notes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a851ab96-8780-407d-97d0-50eed422ead5 --- release-notes/11.0/preview/rc1/wpf.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release-notes/11.0/preview/rc1/wpf.md diff --git a/release-notes/11.0/preview/rc1/wpf.md b/release-notes/11.0/preview/rc1/wpf.md new file mode 100644 index 0000000000..20bedcd188 --- /dev/null +++ b/release-notes/11.0/preview/rc1/wpf.md @@ -0,0 +1,9 @@ +# WPF in .NET 11 RC 1 - Release Notes + + + +.NET 11 RC 1 contains no new user-facing WPF features. This release includes +native-code hardening and reliability fixes across text, graphics, fonts, +printing, XPS, and resource loading +([dotnet/wpf #11797](https://github.com/dotnet/wpf/pull/11797), +[dotnet/wpf #11835](https://github.com/dotnet/wpf/pull/11835)).