Skip to content

Commit c886c76

Browse files
authored
Mark SE-0487 as implemented in 6.2.3 (#3024)
Also removes a reference to the outdated experimental flag.
1 parent 072df9a commit c886c76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/0487-extensible-enums.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* Proposal: [SE-0487](0487-extensible-enums.md)
44
* Authors: [Pavel Yaskevich](https://github.com/xedin), [Franz Busch](https://github.com/FranzBusch), [Cory Benfield](https://github.com/lukasa)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2.3)**
77
* Bug: [apple/swift#55110](https://github.com/swiftlang/swift/issues/55110)
88
* Implementation: [apple/swift#80503](https://github.com/swiftlang/swift/pull/80503)
9-
* Upcoming Feature Flag: `ExtensibleAttribute`
109
* Review: ([pitch](https://forums.swift.org/t/pitch-extensible-enums-for-non-resilient-modules/77649)) ([first review](https://forums.swift.org/t/se-0487-extensible-enums/80114)) ([second review](https://forums.swift.org/t/second-review-se-0487-extensible-enums/80837)) ([acceptance](https://forums.swift.org/t/accepted-se-0487-nonexhaustive-enums/81508))
1110

1211
Previously pitched in:

0 commit comments

Comments
 (0)