Release preparation for version 2.22.2

This commit is contained in:
github-actions[bot]
2025-07-07 14:00:26 +00:00
parent 8d16d0225c
commit f12daefabe
177 changed files with 466 additions and 175 deletions

View File

@@ -1,3 +1,11 @@
## 0.1.12
### Minor Analysis Improvements
* Implemented support for data flow through trait functions. For the purpose of data flow, calls to trait functions dispatch to all possible implementations.
* `AssocItem` and `ExternItem` are now proper subclasses of `Item`.
* Added type inference for `for` loops and array expressions.
## 0.1.11
### New Features