Skip to content

Commit a5ec36c

Browse files
committed
Add ChangeLog entry for SE-0322
1 parent 1d52d32 commit a5ec36c

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
@@ -146,6 +146,13 @@ Swift 5.6
146146
}
147147
```
148148

149+
* [SE-0322][]:
150+
151+
The standard library now provides a new operation
152+
`withUnsafeTemporaryAllocation` which provides an efficient temporarily
153+
allocation within a limited scope, which will be optimized to use stack
154+
allocation when possible.
155+
149156
* [SE-0315][]:
150157

151158
Type expressions and annotations can now include "type placeholders" which
@@ -8853,6 +8860,7 @@ Swift 1.0
88538860
[SE-0313]: <https://github.com/apple/swift-evolution/blob/main/proposals/0313-actor-isolation-control.md>
88548861
[SE-0315]: <https://github.com/apple/swift-evolution/blob/main/proposals/0315-placeholder-types.md>
88558862
[SE-0316]: <https://github.com/apple/swift-evolution/blob/main/proposals/0316-global-actors.md>
8863+
[SE-0322]: <https://github.com/apple/swift-evolution/blob/main/proposals/0322-temporary-buffers.md>
88568864
[SE-0324]: <https://github.com/apple/swift-evolution/blob/main/proposals/0324-c-lang-pointer-arg-conversion.md>
88578865
[SE-0323]: <https://github.com/apple/swift-evolution/blob/main/proposals/0323-async-main-semantics.md>
88588866
[SE-0328]: <https://github.com/apple/swift-evolution/blob/main/proposals/0328-structural-opaque-result-types.md>

0 commit comments

Comments
 (0)