Skip to content

Commit 88618e4

Browse files
committed
[NFC] Update CHANGELOG for SE-0096
1 parent fe1e1fc commit 88618e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Note: This is in reverse chronological order, so newer entries are added to the
22

33
Swift 3.0
44
---------
5+
* [SE-0096](https://github.com/apple/swift-evolution/blob/master/proposals/0096-dynamictype.md):
6+
7+
The `dynamicType` keyword has been removed from Swift. In its place a new
8+
primitive function `type(of:)` has been added to the language. Existing code
9+
that uses the `.dynamicType` member to retrieve the type of an expression
10+
should migrate to this new primitive. Code that is using `.dynamicType` in
11+
conjunction with `sizeof` should migrate to the `MemoryLayout` structure provided by
12+
[SE-0101](https://github.com/apple/swift-evolution/blob/master/proposals/0101-standardizing-sizeof-naming.md).
513

614
* [SE-0111](https://github.com/apple/swift-evolution/blob/master/proposals/0111-remove-arg-label-type-significance.md):
715

0 commit comments

Comments
 (0)