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

Add the news about naming change of NSOutputStream #56

Merged
merged 1 commit into from
Jul 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _drafts/2016-07-28-issue-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ process.launchPath = "/usr/bin/echo"
process.arguments = CommandLine.arguments
{% endhighlight %}

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`.

Ayaka Nonaka [merged](https://github.com/apple/swift/pull/3745) changes to import Objective-C's `@compatibility_alias` compiler directive as a Swift `typealias`.

[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.
Expand Down