Merge branch 'main' into orm

This commit is contained in:
Rasmus Wriedt Larsen
2022-03-01 12:01:54 +01:00
108 changed files with 4343 additions and 1908 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The regular expression parser now groups sequences of normal characters. This reduces the number of instances of `RegExpNormalChar`.

View File

@@ -1,4 +1,5 @@
---
category: deprecated
---
## 0.0.10
### Deprecated APIs
* The old points-to based modeling has been deprecated. Use the new type-tracking/API-graphs based modeling instead.