Skip to content

Commit 3ff8968

Browse files
committed
Update changelog for routine parameter check changes
1 parent 5993e9e commit 3ff8968

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- `TooManyDefaultParameters` analysis rule, which flags routines with an excessive number of default parameters.
13+
1014
### Changed
1115

1216
- `EmptyBlock` now ignores all empty blocks containing an explanatory comment.
17+
- `TooManyParameters` now flags routine declarations instead of implementations, improving support for methods
18+
that are virtual, abstract, or on an interface.
1319

1420
## [1.17.2] - 2025-07-03
1521

0 commit comments

Comments
 (0)