Swift: Update the change note.

This commit is contained in:
Geoffrey White
2023-10-25 16:32:59 +01:00
parent 4a08ca39d6
commit ff15b73250

View File

@@ -2,4 +2,4 @@
category: minorAnalysis
---
* Added models of `StringProtocol` and `NSString` methods that evaluate regular expressions. The `RegexEval` class has been split into `RegexEval` (for reasoning about regular expression evaluations) and `PotentialRegexEval` (for modelling regular expression evaluations).
* Added models of `StringProtocol` and `NSString` methods that evaluate regular expressions.