Skip to content

Commit 49aaf65

Browse files
erik-kroghtausbn
andauthored
fix mistake in the Python change-note
Co-authored-by: Taus <[email protected]>
1 parent e2b16bd commit 49aaf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/change-notes/2024-09-03-outdated-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ category: breaking
44
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
55
* Deleted the deprecated `semmle.python.RegexTreeView` module, use `semmle.python.regexp.RegexTreeView` instead.
66
* Deleted the deprecated `RegexString` class from `regex.qll`.
7-
* Deleted the deprecated `Regex` class, use `Regex` instead.
7+
* Deleted the deprecated `Regex` class, use `RegExp` instead.
88
* Deleted the deprecated `semmle/python/security/SQL.qll` file.
99
* Deleted the deprecated `useSSL` predicates from the LDAP libraries, use `useSsl` instead.

0 commit comments

Comments
 (0)