File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments