[Issue 18959] [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18959

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/f05f3833983e780d7a59d15b579eb5b46b9c5264
Fix Issue 18959 - [Change Log: 2.079.0] substitute was added in
std.algorithm.iteration but the changelog points to std.algorithm.searching

https://github.com/dlang/dlang.org/commit/9809dc9c6b3180a7646186ac67480ed45543dfd2
Merge pull request #2386 from wilzbach/fix-18959

Fix Issue 18959 - [Change Log: 2.079.0] substitute was added in
std.algorithm.iteration but the changelog points to std.algorithm.searching
merged-on-behalf-of: Steven Schveighoffer 

--


[Issue 18959] [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18959

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #1 from Seb  ---
Thanks a lot for noticing. Initially substitute was supposed to be
std.algorithm.searching, but that was later changed and it seems like the
changelog entry never got updated.

A PR to fix this in the changelog docs:
https://github.com/dlang/dlang.org/pull/2386

The code here should compile:
https://dlang.org/library/std/algorithm/iteration/substitute.html

--