Skip to content

Commit a76d736

Browse files
committed
C#: tweak changelog wording
1 parent d2130a5 commit a76d736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Minor Analysis Improvements
44

55
* The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives.
6-
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
6+
* The query `cs/xmldoc/missing-summary` has been removed from the `code-quality` suite, to align with other languages.
77

88
## 1.4.0
99

csharp/ql/src/change-notes/released/1.4.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
### Minor Analysis Improvements
44

55
* The modeling of null guards based on complex pattern expressions has been improved, which in turn improves the query `cs/dereferenced-value-may-be-null` by removing false positives.
6-
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
6+
* The query `cs/xmldoc/missing-summary` has been removed from the `code-quality` suite, to align with other languages.

0 commit comments

Comments
 (0)