Skip to content

Commit 5392ac8

Browse files
committed
Add CHANGELOG.md entry about @objc(Name) on enums and enum cases
1 parent 2c4c7bd commit 5392ac8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ Latest
9999
[lexicographical order]: https://en.wikipedia.org/wiki/Lexicographical_order
100100
[SE-0015]: https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md
101101
102+
* The `@objc(SomeName)` attribute is now supported on enums and enum cases to
103+
rename the generated Objective-C declaration.
104+
105+
**(rdar://problem/21930334)**
106+
102107
2015-09-17 [Xcode 7.1, Swift 2.1]
103108
----------
104109

0 commit comments

Comments
 (0)