Skip to content

Commit b16cc92

Browse files
authored
Merge pull request #830 from nunit/release4.6
chore: Update release notes
2 parents 4272593 + 22f88e8 commit b16cc92

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
# NUnit Analyzers 4.5 - December 22, 2024
1+
# NUnit Analyzers 4.6 - January 9, 2025
2+
3+
This release contains two improvements: Allowing `NUnit1001` to understand `DateOnly` and `TimeOnly` parameters in
4+
`TestCaseUsage` and making `NUnit2045` support `Assert.EnterMultipleScope` (introduced in NUnit version 4.2).
5+
6+
The release contains contributions from the following users (in alphabetical order):
7+
* @Dreamescaper
8+
* @manfred-brands
9+
* @mikkelbu
10+
11+
Issues Resolved
12+
13+
Features and Enhancements
14+
* #820 NUnit1001 compains about DateOnly parameters
15+
* #769 Recognized the new Assert.EnterMultipleScope() concept.
16+
17+
Tooling, Process, and Documentation
18+
* #829 chore: Bump year to 2025 in copyrights
19+
* #823 chore: Bump cake.tool to version 4
20+
* #822 chore: Bump NUnit to 4.3.2
21+
* #818 chore: Replace "buildstats.info" with "img.shields.io"
22+
* #815 chore: bump version
23+
24+
25+
# NUnit Analyzers 4.5 - December 22, 2024
226

327
The release primarily fixes a problem with the NUnit Analyzers when used with NUnit 4.3.1 - see #811 for more
428
information. In additional, we have also added some smaller improvements and bug fixes.

0 commit comments

Comments
 (0)