Skip to content

Commit 574b473

Browse files
fourlscirras
authored andcommitted
Update changelog for routine parameter check changes
1 parent 87dd8df commit 574b473

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- `ObjectPassedAsInterface` analysis rule, which detects object references that are passed directly as
1313
an interface to a routine.
14+
- `TooManyDefaultParameters` analysis rule, which flags routines with an excessive number of default parameters.
1415

1516
### Changed
1617

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

1922
## [1.17.2] - 2025-07-03
2023

0 commit comments

Comments
 (0)