Fix issues with change notes

This commit is contained in:
Jeroen Ketema
2022-07-14 11:06:14 +02:00
committed by GitHub
parent d1aa0d7dd3
commit fe1f1bb79d
6 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
### Minor Analysis Improvements
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical and variable declarations in conditions.
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical "and", and variable declarations in conditions.
## 0.3.0

View File

@@ -2,4 +2,4 @@
### Minor Analysis Improvements
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical and variable declarations in conditions.
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical "and", and variable declarations in conditions.