Skip to content

Commit 9ee27c1

Browse files
cirrasfourls
authored andcommitted
Tidy up past-tense verbs in the changelog
We tend to write our changelog entries as imperative statements, so this is more consistent.
1 parent c0869f0 commit 9ee27c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)