From 0acb6981bae761ed694202ecaba09aaced04ce6d Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Wed, 3 Aug 2016 09:31:22 -0700 Subject: [PATCH] Update CHANGELOG for SE-0115 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681c421900d5f..0e87afc065e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Note: This is in reverse chronological order, so newer entries are added to the Swift 3.0 --------- +* [SE-0115](https://github.com/apple/swift-evolution/blob/master/proposals/0115-literal-syntax-protocols.md) + + To clarify the role of `*LiteralConvertible` protocols, they have + been renamed to `ExpressibleBy*Literal`. No requirements of these + protocols have changed. + * [SE-0107](https://github.com/apple/swift-evolution/blob/master/proposals/0107-unsaferawpointer.md) An `Unsafe[Mutable]RawPointer` type has been introduced. It