You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
74
- Corrected memory-safety documentation so the spec no longer claims unimplemented lifetime, double-free, use-after-free, or bounds-check guarantees.
75
75
- Marked the tensor/AI/GPU section as planned design work instead of current language support.
76
76
- De-scoped `std/string`, `std/mem`, and `std/collections` from current stdlib documentation; only virtual `io` and `math` modules are documented as implemented.
77
+
- Updated generic constraint spec notes to describe the implemented `$T: Constraint` syntax instead of stale planned-only wording.
77
78
78
79
-**Import handling**
79
80
- Local file-based imports now load dependencies during semantic analysis and fail closed on missing or broken modules.
0 commit comments