Skip to content

Commit

Permalink
Update nunit 4.0 release notes (#842)
Browse files Browse the repository at this point in the history
* update nunit 4.0 release notes

* Update version number and header for release notes framework

* Update version number and header for release notes framework

* Update version number and header for release notes framework

* Update version number and header for release notes framework

* Disable rule for release notes

* Add re-wrap by default in dev container

* rewrap breaking changes doc

* Fix trailng space.

* Fix TOC link

---------

Co-authored-by: Sean Killeen <[email protected]> 1c5d67a
  • Loading branch information
SeanKilleen committed Nov 26, 2023
1 parent 236e21c commit cf80619
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 590 deletions.
5 changes: 5 additions & 0 deletions articles/nunit/release-notes/breaking-changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ <h2 id="nunit-40">NUnit 4.0</h2>
</li>
<li>Assert.That overloads with <em>format</em> specification and <code>params</code> have been removed in favor of an overload using
<code>FormattableString</code>.</li>
<li>The lowest framework version supported is now version 4.6.2 and .Net 6.0.</li>
</ul>
<p>See full list of <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#deprecated-features">deprecated
issues</a> and <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes">breaking
changes</a>
in the framework.</p>
<h2 id="nunit-310">NUnit 3.10</h2>
<ul>
<li><code>NUnit.Framework.Constraints.NUnitEqualityComparer.Default</code> was deprecated in favor of <code>new NUnitEqualityComparer()</code>.</li>
Expand Down
Loading

0 comments on commit cf80619

Please sign in to comment.