From 0968df44b57692d51a14ec20daaa6b1828a76741 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 19 Dec 2016 08:58:15 +0100 Subject: [PATCH] Add changelog entry about ndslice removal --- changelog.dd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.dd b/changelog.dd index cf2fee8d59c..327dc06296b 100644 --- a/changelog.dd +++ b/changelog.dd @@ -14,6 +14,8 @@ $(BUGSTITLE Library Changes, to get the index of the minimum element of a range.)) $(LI $(RELATIVE_LINK2 maxIndex, Added `std.algorithm.searching.maxIndex` to get the index of the maximum element of a range.)) + $(LI $(RELATIVE_LINK2 ndslice-removal, `std.experimental.ndslice` + has been deprecated.)) ) @@ -71,6 +73,14 @@ assert(a.minIndex == -1); ------- ) +$(LI $(LNAME2 ndslice-removal, `std.experimental.ndslice` has been +deprecated.) + The synchronization between Phobos and Mir turned out to be a lot of work + with litte gain. Users of `std.experimental.ndslice` are advised to + switch to the upstream $(LINK2 https://github.com/libmir/mir-algorithm, + mir package). +) + ) Macros: