Skip to content

Commit 93a682c

Browse files
committed
Merge pull request #900 from kballard/changelog-objc-enums
Add CHANGELOG.md entry about @objc(Name) on enums and enum cases.
2 parents 6ef18cd + 5392ac8 commit 93a682c

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)