diff --git a/_posts/2016-04-07-issue-17.md b/_posts/2016-04-07-issue-17.md index 44e2f8a3..f4659b15 100644 --- a/_posts/2016-04-07-issue-17.md +++ b/_posts/2016-04-07-issue-17.md @@ -37,7 +37,7 @@ David Grove submitted a [pull request](https://github.com/apple/swift/pull/1994) Jesse Rusak [merged](https://github.com/apple/swift/pull/1732) an implementation of [SE-0037](https://github.com/apple/swift-evolution/blob/master/proposals/0037-clarify-comments-and-operators.md): *Clarify interaction between comments & operators*, which resolves [SR-186](https://bugs.swift.org/browse/SR-186) and [SR-960](https://bugs.swift.org/browse/SR-960). -Ankit Agarwal submitted a [pull request](https://github.com/apple/swift-package-manager/pull/219) on swift-package-manager that adds the ability to auto-generate module map files for C libraries. +Ankit Agarwal [merged](https://github.com/apple/swift-package-manager/pull/219) a pull request on swift-package-manager that adds the ability to auto-generate module map files for C libraries. Harlan Haskins merged two pull requests to [swift-lldb](https://github.com/apple/swift-lldb/pull/8) and [corelibs-foundation](https://github.com/apple/swift-corelibs-foundation/pull/305) that implement changes specified by proposal [SE-0046](https://github.com/apple/swift-evolution/blob/master/proposals/0046-first-label.md): *Establish consistent label behavior across all parameters including first labels*. 👏