diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index 805b422c1..4f622f078 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -6,7 +6,81 @@ uid: frameworkreleasenotes # Framework Release -## NUnit 4.5.0 - february 18, 2026 +## NUnit 4.5.1 - March 6, 2026 + +This is a patch release for 4.5.0, to fix some regression bugs. + +A few other fixes sneaked into the release though. + +There are 7 issues fixed in this release. + +### Enhancements + +* [5126](https://github.com/nunit/nunit/issues/5126) `ITestResult.TotalCount` does not seem to behave as specified. Thanks to [maettu-this](https://github.com/maettu-this) for [PR 5127](https://github.com/nunit/nunit/pull/5127) + +### Bug fixes + +* [5152](https://github.com/nunit/nunit/issues/5152) Assert of byte with Is.EqualTo().Within().Percent fails unexpectedly. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 5153](https://github.com/nunit/nunit/pull/5153) +* [5137](https://github.com/nunit/nunit/issues/5137) Task Synchronization Issue after upgrading to 4.5.0. +* [5133](https://github.com/nunit/nunit/issues/5133) All tests fail with "TargetFramework doesn't support timeout on tests" when switching from NUnit 4.4 to NUnit 4.5. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 5140](https://github.com/nunit/nunit/pull/5140) +* [5129](https://github.com/nunit/nunit/issues/5129) Passing `Array` as test parameter fails with 4.5.0. Thanks to NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 5130](https://github.com/nunit/nunit/pull/5130) +* [4658](https://github.com/nunit/nunit/issues/4658) Apartment attribute ignored when .runsettings contains DefaultTimeout. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 5140](https://github.com/nunit/nunit/pull/5140) + +### Others + +* [5131](https://github.com/nunit/nunit/issues/5131) Migrate in-memory assembly generation in the tests to run on all runtimes. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 5142](https://github.com/nunit/nunit/pull/5142) + +### 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 Bersch | +dd-eg | +Jake Meiergerd | +maettu-this | +
| michaelmuller12 | +Ralf Koban | +Steven Weerdenburg | +