- Remove dependency on temp allocator in String.join.

This commit is contained in:
Christoffer Lerno
2026-02-04 13:06:12 +01:00
parent 5f32c97094
commit b4426c095b
2 changed files with 21 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831
- Remove dependency on temp allocator in String.join.
### Fixes
- Add error message if directory with output file name already exists