mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
6 lines
451 B
Markdown
6 lines
451 B
Markdown
## 0.2.4
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Path explanations now include flow that goes through callbacks passed into library functions. For example, if `map` is a library function, then in `result = map(xs, x => x + 1)` we will now include the step from `x` to `x + 1` in the path explanation, instead of going directly from `xs` to `result`. Note that this change does not affect actual query results, but only how path explanations are computed.
|