June 08, 2018
https://issues.dlang.org/show_bug.cgi?id=18959

          Issue ID: 18959
           Summary: [Change Log: 2.079.0] substitute was added in
                    std.algorithm.iteration but the changelog points to
                    std.algorithm.searching
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: dlang.org
          Assignee: nobody@puremagic.com
          Reporter: tir.karthi@gmail.com

`susbstitute` function was added in 2.79.0 in `std.algorithm.iteration` but the documentation points to `std.algorithm.searching` in the changelog along with the examples using std.algorithm.searching which causes error when I try to compile the example code. I don't know if this needs to be fixed since 2.80.1 is released at this point but I just wanted to point this out. Bugzilla search doesn't give me any tickets. Feel free to close this if it's irrelevant.

Thanks for D and all the work.

--