Skip to content

Commit 5f4ed7e

Browse files
cirrasfourls
authored andcommitted
Tidy changelog around PointerName changes
1 parent 9ee27c1 commit 5f4ed7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- "Move to implementation section" quick fix for `ImportSpecificity`.
1313
- "Remove unused import" quick fix for `UnusedImport`.
14-
- More comprehensive analysis and more detailed documentation for the `PointerName` rule.
1514
- **API:** `UsesClauseNode::getImports` method.
1615
- **API:** `InterfaceSectionNode::getUsesClause` method.
1716
- **API:** `ImplementationSectionNode::getUsesClause` method.
@@ -25,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2524
### Changed
2625

2726
- Improve semantic analysis around `label` and `goto` statements.
27+
- Improve handling for dereferenced types starting with `E` and `I` in `PointerName`.
28+
- Improve handling for dereferenced types that don't comply with naming conventions in `PointerName`.
2829

2930
### Fixed
3031

0 commit comments

Comments
 (0)