- Const inline enums would not always implicitly get converted to the underlying type.

- Update to dstring.append_string to take any type converting to String.
This commit is contained in:
Christoffer Lerno
2026-02-05 13:04:57 +01:00
parent 1d0aef4522
commit d71aa10f62
5 changed files with 34 additions and 11 deletions

View File

@@ -16,6 +16,8 @@
- Compiler crash when using arrays of vectors in lists. #2889
- Fix `list[0].i = 5` when `list[0]` returns a pointer. #2888
- Shadowing not detected for generic declarations #2876
- Const inline enums would not always implicitly get converted to the underlying type.
- Update to dstring.append_string to take any type converting to String.
## 0.7.9 Change list