From fd9b2caa5f6792a87a4c99bbbd6abed303a8ab5c Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Fri, 26 Jun 2015 11:09:15 +0900 Subject: [PATCH] Correct a missing reference in the release note. Fix #26537. Signed-off-by: OGINO Masanori --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 203da02c373ef..913b83a0f61f8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,7 +6,7 @@ Version 1.1.0 (June 2015) Highlights ---------- -* The [`std::fs` module has been expanded][fs-expand] to expand the set of +* The [`std::fs` module has been expanded][fs] to expand the set of functionality exposed: * `DirEntry` now supports optimizations like `file_type` and `metadata` which don't incur a syscall on some platforms.