From c6b0b06a1dd0f12628cf74ff927120875e0d6b37 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Mon, 18 May 2026 15:23:36 +0200 Subject: [PATCH 1/2] Release notes for nunit bugfix release version 4.6.1 --- .../articles/nunit/release-notes/framework.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index 1affac9d6..f4b3ab094 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -7,6 +7,40 @@ uid: frameworkreleasenotes # Framework Release +## ## NUnit 4.6.1 - May 18, 2026 + +This is a hotfix relkease for two regression bugs. + +### Bug fixes + +* [5258](https://github.com/nunit/nunit/issues/5258) 4.6 Regression: Cross-type equivalency checking doesn't work anymore. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 5259](https://github.com/nunit/nunit/pull/5259) +* [5249](https://github.com/nunit/nunit/issues/5249) Inconclusive Result while using RetryExceptions. Thanks to [Christoph Fürbacher](https://github.com/ackhack) for [PR 5250](https://github.com/nunit/nunit/pull/5250) + +### Acknowledgements + +We want to express our heartfelt gratitude to everyone who has contributed to this release +by reporting bugs, suggesting enhancements, and providing valuable feedback. +Your efforts help make NUnit better for the entire community. + +A special thank you to the following reporters for identifying issues: + + + + + + +
Christoph FürbacherLukas Dürrenberger
+ +and to the commenters who engaged in discussions and offered further insights: + + + + + + + +
Christoph FürbacherSteven WeerdenburgTerje Sandstrom
+ ## NUnit 4.6.0 - May 4, 2026 This is a release with several enhancements, more type safety and several bugs fixed. From 5f83beb65e99d40c9a09b097da473782bf24cb28 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Mon, 18 May 2026 15:26:36 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/articles/nunit/release-notes/framework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index f4b3ab094..25164fd3b 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -7,9 +7,9 @@ uid: frameworkreleasenotes # Framework Release -## ## NUnit 4.6.1 - May 18, 2026 +## NUnit 4.6.1 - May 18, 2026 -This is a hotfix relkease for two regression bugs. +This is a hotfix release for two regression bugs. ### Bug fixes