C#: tweak changelog wording

This commit is contained in:
Nick Rolfe
2025-09-29 15:32:52 +01:00
parent d2130a589b
commit a76d736136
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
### Minor Analysis Improvements
* 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.
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
* The query `cs/xmldoc/missing-summary` has been removed from the `code-quality` suite, to align with other languages.
## 1.4.0

View File

@@ -3,4 +3,4 @@
### Minor Analysis Improvements
* 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.
* Remove the query `cs/xmldoc/missing-summary` from the `code-quality` suite (align with other languages).
* The query `cs/xmldoc/missing-summary` has been removed from the `code-quality` suite, to align with other languages.