Skip to content

Commit 3b2e676

Browse files
authored
Merge pull request #1053 from nunit/release440-2
Updated release notes for nunit 4.4.0
2 parents 1e2119b + 8e559bb commit 3b2e676

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/articles/nunit/release-notes/framework.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ uid: frameworkreleasenotes
66

77
# Framework Release
88

9-
## NUnit 4.4.0 - May 28, 2025
9+
## NUnit 4.4.0 - July 14, 2025
1010

11-
This release contains bug fixes and smaller enhancements, with 20 issues fixed.
11+
This release contains bug fixes and smaller enhancements, with 24 issues fixed.
1212

1313
### Enhancements
1414

@@ -22,6 +22,7 @@ This release contains bug fixes and smaller enhancements, with 20 issues fixed.
2222

2323
### Bug fixes
2424

25+
* [4998](https://github.com/nunit/nunit/issues/4998) `PropertyConstraint` Causes Unexpected Behavior Because the Property's Value Is `object` Instead of the Property's Actual Type. Thanks to [LeQuackers](https://github.com/LeQuackers) for [PR 5003](https://github.com/nunit/nunit/pull/5003)
2526
* [4981](https://github.com/nunit/nunit/issues/4981) ContainsKey doesn't support IgnoreCase, IgnoreWhiteSpace, or IgnoreLineEndingFormat. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4989](https://github.com/nunit/nunit/pull/4989)
2627
* [4964](https://github.com/nunit/nunit/issues/4964) Is.Not.EqualTo does not work correctly with Using comparer. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4965](https://github.com/nunit/nunit/pull/4965)
2728
* [4954](https://github.com/nunit/nunit/issues/4954) Regression in `Is.EqualTo(DateTime)` constraint in 4.3.x for types that implement `IEquatable<DateTime>`. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4957](https://github.com/nunit/nunit/pull/4957)
@@ -38,6 +39,12 @@ This release contains bug fixes and smaller enhancements, with 20 issues fixed.
3839

3940
* [4930](https://github.com/nunit/nunit/issues/4930) What to do with `IConstraint.Apply<TActual>(ref TActual)`. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4944](https://github.com/nunit/nunit/pull/4944)
4041

42+
### Internal fixes
43+
44+
* [4995](https://github.com/nunit/nunit/issues/4995) Check and fix properties for sideeffects. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 5001](https://github.com/nunit/nunit/pull/5001)
45+
* [4994](https://github.com/nunit/nunit/issues/4994) Fix or remove ToString in class ConstraintExpression. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 5001](https://github.com/nunit/nunit/pull/5001)
46+
* [4990](https://github.com/nunit/nunit/issues/4990) FileLoadException for NUnit 4.3.2: System.Buffers 4.0.4 missing. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4991](https://github.com/nunit/nunit/pull/4991)
47+
4148
### Others
4249

4350
* [4906](https://github.com/nunit/nunit/issues/4906) Test error in TestContextOneTimeTearDownTests. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 4928](https://github.com/nunit/nunit/pull/4928)

0 commit comments

Comments
 (0)