Skip to content

Commit

Permalink
Reference InheritedMethodWithNoCode in changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fourls authored and Cirras committed Aug 1, 2024
1 parent 3acb536 commit 4c9892c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Overly permissive parsing rules around `string` and `file` types.
- Quick fixes removing comments and compiler directives in `RedundantInherited`.
- False positives around `message` handler methods in `RedundantInherited`.
- False positives when parameter names were mismatched to the inherited method in `RedundantInherited`.
- False positives when parameter names were mismatched to the inherited method in `RedundantInherited` and
`InheritedMethodWithNoCode`.
- **API:** `ArrayConstructorNode::getImage` returned an incorrect image containing `[` as an element.

## [1.7.0] - 2024-07-02
Expand Down

0 comments on commit 4c9892c

Please sign in to comment.