Skip to content

Commit 0968df4

Browse files
committed
Add changelog entry about ndslice removal
1 parent 02f3418 commit 0968df4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.dd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ $(BUGSTITLE Library Changes,
1414
to get the index of the minimum element of a range.))
1515
$(LI $(RELATIVE_LINK2 maxIndex, Added `std.algorithm.searching.maxIndex`
1616
to get the index of the maximum element of a range.))
17+
$(LI $(RELATIVE_LINK2 ndslice-removal, `std.experimental.ndslice`
18+
has been deprecated.))
1719

1820
)
1921

@@ -71,6 +73,14 @@ assert(a.minIndex == -1);
7173
-------
7274
)
7375

76+
$(LI $(LNAME2 ndslice-removal, `std.experimental.ndslice` has been
77+
deprecated.)
78+
The synchronization between Phobos and Mir turned out to be a lot of work
79+
with litte gain. Users of `std.experimental.ndslice` are advised to
80+
switch to the upstream $(LINK2 https://github.com/libmir/mir-algorithm,
81+
mir package).
82+
)
83+
7484
)
7585

7686
Macros:

0 commit comments

Comments
 (0)