Files
codeql/swift/ql/lib/change-notes/released/4.0.0.md
2025-02-03 15:19:35 +00:00

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.