Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 214af96

Browse files
mominuljessesquires
authored andcommitted
Add the news about naming change of NSOutputStream (#56)
1 parent 113ee58 commit 214af96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_drafts/2016-07-28-issue-32.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ process.launchPath = "/usr/bin/echo"
4141
process.arguments = CommandLine.arguments
4242
{% endhighlight %}
4343

44+
Also as a part of [SE-0086](https://github.com/apple/swift-evolution/blob/master/proposals/0086-drop-foundation-ns.md), `OutputStream` was [renamed](https://github.com/apple/swift/pull/3576) to `TextOutputStream` and `NSOutputStream` was [renamed](https://github.com/apple/swift/pull/3667) to `OutputStream`.
45+
4446
Ayaka Nonaka [merged](https://github.com/apple/swift/pull/3745) changes to import Objective-C's `@compatibility_alias` compiler directive as a Swift `typealias`.
4547

4648
[SE-0131](https://github.com/apple/swift-evolution/blob/master/proposals/0131-anyhashable.md) was [implemented](https://github.com/apple/swift/pull/3554) by Dmitri Gribenko. This adds a type-erased `AnyHashable` container to the standard library.

0 commit comments

Comments
 (0)