Skip to content

Commit 033f67a

Browse files
committed
Add ChangeLog entry for SE-0322
(cherry picked from commit a5ec36c)
1 parent a8edd42 commit 033f67a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ Swift 5.6
133133
}
134134
```
135135

136+
* [SE-0322][]:
137+
138+
The standard library now provides a new operation
139+
`withUnsafeTemporaryAllocation` which provides an efficient temporarily
140+
allocation within a limited scope, which will be optimized to use stack
141+
allocation when possible.
142+
136143
* [SE-0315][]:
137144

138145
Type expressions and annotations can now include "type placeholders" which
@@ -8840,6 +8847,7 @@ Swift 1.0
88408847
[SE-0313]: <https://github.com/apple/swift-evolution/blob/main/proposals/0313-actor-isolation-control.md>
88418848
[SE-0315]: <https://github.com/apple/swift-evolution/blob/main/proposals/0315-placeholder-types.md>
88428849
[SE-0316]: <https://github.com/apple/swift-evolution/blob/main/proposals/0316-global-actors.md>
8850+
[SE-0322]: <https://github.com/apple/swift-evolution/blob/main/proposals/0322-temporary-buffers.md>
88438851
[SE-0324]: <https://github.com/apple/swift-evolution/blob/main/proposals/0324-c-lang-pointer-arg-conversion.md>
88448852
[SE-0323]: <https://github.com/apple/swift-evolution/blob/main/proposals/0323-async-main-semantics.md>
88458853
[SE-0331]: <https://github.com/apple/swift-evolution/blob/main/proposals/0331-remove-sendable-from-unsafepointer.md>

0 commit comments

Comments
 (0)