mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Release preparation for version 2.16.3
This commit is contained in:
5
shared/dataflow/change-notes/released/0.2.0.md
Normal file
5
shared/dataflow/change-notes/released/0.2.0.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 0.2.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* The `edges` predicate contained in `PathGraph` now contains two additional columns for propagating model provenance information. This is primarily an internal change without any impact on any APIs, except for specialised queries making use of `MergePathGraph` in conjunction with custom `PathGraph` implementations. Such queries will need to be updated to reference the two new columns. This is expected to be very rare, as `MergePathGraph` is an advanced feature, but it is a breaking change for any such affected queries.
|
||||
Reference in New Issue
Block a user