mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
336 B
Markdown
7 lines
336 B
Markdown
## 4.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* Deleted the deprecated `ArrayContent` class from the dataflow library, use `CollectionContent` instead.
|
|
* Deleted the deprecated `getOptionsInput`, `getRegexInput`, and `getStringInput` predicates from the regexp library, use `getAnOptionsInput`, `getRegexInputNode`, and `getStringInputNode` instead.
|