From 4ce35cc397291a4d38e4d1545da10fe07c36077e Mon Sep 17 00:00:00 2001 From: Ilya Yaroshenko Date: Sat, 1 Oct 2016 23:56:59 +0200 Subject: [PATCH] fix a link and typo in the changelog --- changelog.dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.dd b/changelog.dd index b76ec157604..80b90a8d0a5 100644 --- a/changelog.dd +++ b/changelog.dd @@ -185,7 +185,7 @@ $(LI $(LNAME2 slice_ptr, `ptr` property and public constructor were added to `ptr` property is used in $(LINK2 https://github.com/libmir/mir, Mir) for $(LINK2 http://docs.mir.dlang.io/latest/mir_sparse_package.html, sparse tensors). `ndslice` developer mirror in Mir will be removed as - soon as LDC (LLVM D compiler) supports D version 2.072.. + soon as LDC (LLVM D compiler) supports D version 2.072. ) $(P Public constructor for `Slice` was added to support $(MREF std,experimental,ndslice) integration @@ -193,7 +193,7 @@ $(LI $(LNAME2 slice_ptr, `ptr` property and public constructor were added to ) ) -$(LI $(LNAME2 slice_toHash, $(P $(REF .Slice.toHash, std,experimental,ndslice,slice) method was added.) +$(LI $(LNAME2 slice_toHash, $(P $(REF Slice.toHash, std,experimental,ndslice,slice) method was added.) --- import std.experimental.ndslice;