From d6ec7a1dba49470ce347d3713c9c6813966f8722 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Fri, 20 Dec 2024 22:14:38 +0100 Subject: [PATCH 1/3] Release nunit hotfix 4.3.1 --- .../articles/nunit/release-notes/framework.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index aee1d991d..016b85500 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -6,6 +6,64 @@ uid: frameworkreleasenotes # Framework Release +## 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. + +We had 3 bugs reported, they are all fixed by the same Pull Request. + +IN addition a small internal build issue was fixed. + +### Bug fixes + +* [4903](https://github.com/nunit/nunit/issues/4903) Strange null reference after updating to v4.3.0. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899) +* [4902](https://github.com/nunit/nunit/issues/4902) Regression in 4.3.0 comparing class that override equals and implicit string conversion. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899) +* [4898](https://github.com/nunit/nunit/issues/4898) Assert(..., Is.EqualTo(...)) issues since 4.3.0. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899) + +### Internal fixes + +* [4806](https://github.com/nunit/nunit/issues/4806) Benchmarks fail to run. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 4897](https://github.com/nunit/nunit/pull/4897) + +### 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: + + + + + + + + +
Gian MariaMaxKotmoshekarThomas Haugland Rudfoss
+ + +and to the commenters who engaged in discussions and offered further insights: + + + + + + + + + + + + + + + + + + + +
Jeremy PrittsManfred BrandsMartin Gassermoshekar
Ole Gunnar BorstadOleksii RubansmdnSteven Weerdenburg
Tadija BagaricTerje SandstromThomas Haugland Rudfoss
+ ## NUnit 4.3.0 - Dec 15. 2024 This release includes a series of enhancements and bug fixes. Notably, some of the bug fixes address issues related to a lack of type safety in NUnit. See issues [4877](https://github.com/nunit/nunit/issues/4877), From 373ef6a06388669bdc4b58d8b5f777a7181da494 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Fri, 20 Dec 2024 22:16:20 +0100 Subject: [PATCH 2/3] Release nunit hotfix 4.3.1 --- docs/articles/nunit/release-notes/framework.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index 016b85500..742ffc86b 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -41,7 +41,6 @@ A special thank you to the following reporters for identifying issues: - and to the commenters who engaged in discussions and offered further insights: From e7f2fe55642a038e01ba2b9b1ccd6d9307e57682 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 21 Dec 2024 16:21:14 +0100 Subject: [PATCH 3/3] Update docs/articles/nunit/release-notes/framework.md Co-authored-by: Sean Killeen --- docs/articles/nunit/release-notes/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/release-notes/framework.md b/docs/articles/nunit/release-notes/framework.md index 742ffc86b..35c911a8b 100644 --- a/docs/articles/nunit/release-notes/framework.md +++ b/docs/articles/nunit/release-notes/framework.md @@ -12,7 +12,7 @@ This is a hotfix release to address a type safety issue that broke when some cla We had 3 bugs reported, they are all fixed by the same Pull Request. -IN addition a small internal build issue was fixed. +In addition, a small internal build issue was fixed. ### Bug fixes