Update change notes for name change

This commit is contained in:
Felicity Chapman
2019-11-01 12:27:43 +00:00
parent 570e55190d
commit 236e1f7955
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
| Unclear comparison precedence (`cpp/comparison-precedence`) | Fewer false positive results | False positives involving template classes and functions have been fixed. |
| Comparison of narrow type with wide type in loop condition (`cpp/comparison-with-wider-type`) | Higher precision | The precision of this query has been increased to "high" as the alerts from this query have proved to be valuable on real-world projects. With this precision, results are now displayed by default in LGTM. |
## Changes to QL libraries
## Changes to libraries
* The data-flow library has been extended with a new feature to aid debugging.
Instead of specifying `isSink(Node n) { any() }` on a configuration to