Skip to content

Commit e029e0e

Browse files
authored
Merge pull request #997 from nunit/release431
Release nunit hotfix 4.3.1
2 parents 75891e9 + e7f2fe5 commit e029e0e

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

Diff for: docs/articles/nunit/release-notes/framework.md

+57
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@ uid: frameworkreleasenotes
66

77
# Framework Release
88

9+
## NUnit 4.3.1 - Dec 21. 2024
10+
11+
This is a hotfix release to address a type safety issue that broke when some classes had implicit conversion operators.
12+
13+
We had 3 bugs reported, they are all fixed by the same Pull Request.
14+
15+
In addition, a small internal build issue was fixed.
16+
17+
### Bug fixes
18+
19+
* [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)
20+
* [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)
21+
* [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)
22+
23+
### Internal fixes
24+
25+
* [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)
26+
27+
### Acknowledgements
28+
29+
We want to express our heartfelt gratitude to everyone who has contributed to this release
30+
by reporting bugs, suggesting enhancements, and providing valuable feedback.
31+
Your efforts help make NUnit better for the entire community.
32+
33+
A special thank you to the following reporters for identifying issues:
34+
35+
<table>
36+
<tr>
37+
<td><a href="https://github.com/alkampfergit">Gian Maria</a></td>
38+
<td><a href="https://github.com/MaxKot">MaxKot</a></td>
39+
<td><a href="https://github.com/moshekar">moshekar</a></td>
40+
<td><a href="https://github.com/rudfoss-rr">Thomas Haugland Rudfoss</a></td>
41+
</tr>
42+
</table>
43+
44+
and to the commenters who engaged in discussions and offered further insights:
45+
46+
<table>
47+
<tr>
48+
<td><a href="https://github.com/ds5678">Jeremy Pritts</a></td>
49+
<td><a href="https://github.com/manfred-brands">Manfred Brands</a></td>
50+
<td><a href="https://github.com/m-gasser">Martin Gasser</a></td>
51+
<td><a href="https://github.com/moshekar">moshekar</a></td>
52+
</tr>
53+
<tr>
54+
<td><a href="https://github.com/ogborstad">Ole Gunnar Borstad</a></td>
55+
<td><a href="https://github.com/ORuban">Oleksii Ruban</a></td>
56+
<td><a href="https://github.com/smdn">smdn</a></td>
57+
<td><a href="https://github.com/stevenaw">Steven Weerdenburg</a></td>
58+
</tr>
59+
<tr>
60+
<td><a href="https://github.com/TadijaB">Tadija Bagaric</a></td>
61+
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
62+
<td><a href="https://github.com/rudfoss-rr">Thomas Haugland Rudfoss</a></td>
63+
</tr>
64+
</table>
65+
966
## NUnit 4.3.0 - Dec 15. 2024
1067

1168
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),

0 commit comments

Comments
 (0)