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

336 B

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.