summaryrefslogtreecommitdiffstats
path: root/content/2015-04-27-this-week-in-rust.md
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2015-04-27 14:45:23 -0700
committerBrian Anderson <andersrb@gmail.com>2015-04-27 14:45:23 -0700
commitd10b683833951a97cb17add9f80944280c426868 (patch)
treef3a70ef20c7d575b1299c4c86a04506e0a4f011c /content/2015-04-27-this-week-in-rust.md
parent8dde9b3f63e5c8e93a32ba557f74856424f06645 (diff)
parent7669ac35ff10ab1ca8e7b1a2a19da55a48753e7e (diff)
Merge pull request #54 from lambda/patch-2
Update title of pull request to reflect actual commit
Diffstat (limited to 'content/2015-04-27-this-week-in-rust.md')
-rw-r--r--content/2015-04-27-this-week-in-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2015-04-27-this-week-in-rust.md b/content/2015-04-27-this-week-in-rust.md
index e1a269b..53b1151 100644
--- a/content/2015-04-27-this-week-in-rust.md
+++ b/content/2015-04-27-this-week-in-rust.md
@@ -33,7 +33,7 @@ Now you can follow breaking changes *[as they happen][BitRust2]*!
# Other Changes
-* [Rename std::fs::soft_link to std::fs::symlink](https://github.com/rust-lang/rust/pull/24222)
+* [Deprecate `std::fs::soft_link` in favor of platform-specific versions](https://github.com/rust-lang/rust/pull/24222)
* [Introduce a `FreeRegionMap` to store relations between free regions](https://github.com/rust-lang/rust/pull/24553)
* [implement rfc 1054: split_whitespace() fn, deprecate words()](https://github.com/rust-lang/rust/pull/24563)
* [implement set_tcp_keepalive for linux](https://github.com/rust-lang/rust/pull/24594)