From d40c5f13f02763dd98e5235abb5439e0d2786a35 Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Thu, 24 Apr 2025 13:15:39 +0900 Subject: [PATCH] Update 0468-async-stream-continuation-hashable-conformance.md Was done in: https://github.com/swiftlang/swift/pull/79457 We missed the 6.2 cherry pick, I'll do that --- .../0468-async-stream-continuation-hashable-conformance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0468-async-stream-continuation-hashable-conformance.md b/proposals/0468-async-stream-continuation-hashable-conformance.md index e276c80235..5412d1734e 100644 --- a/proposals/0468-async-stream-continuation-hashable-conformance.md +++ b/proposals/0468-async-stream-continuation-hashable-conformance.md @@ -3,7 +3,7 @@ * Proposal: [SE-0468](0468-async-stream-continuation-hashable-conformance.md) * Authors: [Mykola Pokhylets](https://github.com/nickolas-pohilets) * Review Manager: [Freddy Kellison-Linn](https://github.com/Jumhyn) -* Status: **Accepted** +* Status: **Implemented (Swift 6.2)** * Implementation: [swiftlang/swift#79457](https://github.com/swiftlang/swift/pull/79457) * Review: ([pitch](https://forums.swift.org/t/pitch-add-hashable-conformance-to-asyncstream-continuation/77897)) ([review](https://forums.swift.org/t/se-0468-hashable-conformance-for-async-throwing-stream-continuation/78487)) ([acceptance](https://forums.swift.org/t/accepted-se-0468-hashable-conformance-for-async-throwing-stream-continuation/79116))