diff --git a/proposals/0479-method-and-initializer-keypaths.md b/proposals/0479-method-and-initializer-keypaths.md index bd1db9fe2e..bd162a0205 100644 --- a/proposals/0479-method-and-initializer-keypaths.md +++ b/proposals/0479-method-and-initializer-keypaths.md @@ -3,10 +3,11 @@ * Proposal: [SE-0479](0479-method-and-initializer-keypaths.md) * Authors: [Amritpan Kaur](https://github.com/amritpan), [Pavel Yaskevich](https://github.com/xedin) * Review Manager: [Becca Royal-Gordon](https://github.com/beccadax) -* Status: **Active Review (April 22 ... May 5, 2025)** +* Status: **Returned for revision** * Implementation: [swiftlang/swift#78823](https://github.com/swiftlang/swift/pull/78823), [swiftlang/swiftsyntax#2950](https://github.com/swiftlang/swift-syntax/pull/2950), [swiftlang/swiftfoundation#1179](https://github.com/swiftlang/swift-foundation/pull/1179) * Experimental Feature Flag: `KeyPathWithMethodMembers` * Review: ([pitch](https://forums.swift.org/t/pitch-method-key-paths/76678)) ([review](https://forums.swift.org/t/se-0479-method-and-initializer-key-paths/79457)) +* Decision Notes: [Returned for revision](https://forums.swift.org/t/returned-for-revision-se-0479-method-and-initializer-key-paths/80262) ## Introduction