diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index dc2847fd6..529dddec6 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -6,6 +6,46 @@ uid: frameworkreleasenotes # Framework Release +## NUnit 4.3.2 - Dec 28, 2024 + +This is a hotfix release for a regression bug, and also fixes the version numbers of the assembly DLLs. + +There are 2 issues fixed in this release. + +### Bug fixes + +* [4910](https://github.com/nunit/nunit/issues/4910) Versioning for .NET Framework 4.6.2 version of NUnit v4.3.1 inconsistent in `.csproj` file. +* [4907](https://github.com/nunit/nunit/issues/4907) Assert.ThatAsync fail to catch expected exception. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4908](https://github.com/nunit/nunit/pull/4908) + +### 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: + + + + + + +
Brianshlomi-borovitz-greenroad
+ +and to the commenters who engaged in discussions and offered further insights: + + + + + + + + + + + +
Manfred BrandsOleksandr Liakhevychshlomi-borovitz-greenroadSteven Weerdenburg
Terje Sandstrom
+ ## NUnit 4.3.1 - Dec 21. 2024 This is a hotfix release to address a type safety issue that broke when some classes had implicit conversion operators.