Skip to content

Commit 5a9290d

Browse files
authored
Merge pull request #74141 from tevelee/release/6.0
[6.0🍒][ChangeLog] Updated entry for SE-0423
2 parents 2a6d271 + aebd6c8 commit 5a9290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ And the module structure to support such applications looks like this:
139139

140140
```swift
141141
@MainActor
142-
class MyViewController: ViewDelegateProtocol {
142+
class MyViewController: @preconcurrency ViewDelegateProtocol {
143143
func respondToUIEvent() {
144144
// implementation...
145145
}

0 commit comments

Comments
 (0)