Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/articles/nunit/release-notes/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@ uid: frameworkreleasenotes

# Framework Release

## ## NUnit 4.6.1 - May 18, 2026
Comment thread
OsirisTerje marked this conversation as resolved.
Outdated

This is a hotfix relkease for two regression bugs.
Comment thread
OsirisTerje marked this conversation as resolved.
Outdated

### 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:

<table>
<tr>
<td><a href="https://github.com/ackhack">Christoph Fürbacher</a></td>
<td><a href="https://github.com/eXpl0it3r">Lukas Dürrenberger</a></td>
</tr>
</table>

and to the commenters who engaged in discussions and offered further insights:

<table>
<tr>
<td><a href="https://github.com/ackhack">Christoph Fürbacher</a></td>
<td><a href="https://github.com/stevenaw">Steven Weerdenburg</a></td>
<td><a href="https://github.com/OsirisTerje">Terje Sandstrom</a></td>
</tr>
</table>

## NUnit 4.6.0 - May 4, 2026

This is a release with several enhancements, more type safety and several bugs fixed.
Expand Down
Loading