File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
629629- Remove ` MemoryManagementRule ` from the Sonar Way quality profile.
630630- Improve handling of constructor calls in ` RedundantCastRule ` .
631631- Improve handling of multi-variable declarations in ` TooManyVariablesRule ` .
632- - Improved handling of ` else ` blocks (within ` case ` statements and ` except ` blocks) in
632+ - Improve handling of ` else ` blocks (within ` case ` statements and ` except ` blocks) in
633633 ` BeginEndRequiredRule ` .
634634
635635## [ 0.28.0] - 2021-02-02
@@ -815,9 +815,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
815815- Improve type comparisons between text-literal arguments and character pointer parameters.
816816- Improve type comparisons involving ` nil ` literals.
817817- Improve support for the ` High ` and ` Low ` intrinsics.
818- - Improved primary expression type resolution around constructor invocations.
819- - Improved primary expression type resolution around hard casts.
820- - Improved primary expression type resolution around array properties.
818+ - Improve primary expression type resolution around constructor invocations.
819+ - Improve primary expression type resolution around hard casts.
820+ - Improve primary expression type resolution around array properties.
821821- Types nested within the ` testSuiteType ` will now be treated as test code.
822822- ` Char ` is now treated as an alias to ` WideChar ` .
823823
You can’t perform that action at this time.
0 commit comments