Skip to content

Commit 2da4c1d

Browse files
committed
Add SE-0021 to the changelog
1 parent fd3f03f commit 2da4c1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@ Latest
114114
115115
**(rdar://problem/21930334)**
116116
117+
* When referencing a function or initializer, one can provide the
118+
complete name, including argument labels. For example:
119+
120+
let fn1 = someView.insertSubview(_:at:)
121+
let fn2 = someView.insertSubview(_:aboveSubview:)
122+
123+
let buttonFactory = UIButton.init(type:)
124+
125+
For more information, see [SE-0021](https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md).
126+
117127
2015-09-17 [Xcode 7.1, Swift 2.1]
118128
----------
119129

0 commit comments

Comments
 (0)