Skip to content

Commit 70a5901

Browse files
authored
Incorprate #35851 (non-allocating views) in HISTORY.md (#35905)
It was incorporated into NEWS for the release-1.5 branch.
1 parent 4578ad2 commit 70a5901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Compiler/Runtime improvements
6464
Code that requires assumptions about object layout and addresses (usually for
6565
interoperability with C or other languages) might need to be updated; for
6666
example any object that needs a stable address should be a `mutable struct`.
67+
As a result, Array `view`s no longer allocate ([#34126]).
6768

6869
Command-line option changes
6970
---------------------------

0 commit comments

Comments
 (0)