diff --git a/changelog/is_forward_range_element.dd b/changelog/is_forward_range_element.dd deleted file mode 100644 index 128acf883c9..00000000000 --- a/changelog/is_forward_range_element.dd +++ /dev/null @@ -1,7 +0,0 @@ -isForwardRange now takes an optional element type. - -isForwardRange now has an optional 2nd template parameter that defaults -to void. If not void, it only evaluates to true if the range's element -type is the same type as this extra argument, modulo const. For -instance, `isForwardRange!(int[], const(int))` is true, but -`isForwardRange!(int[], string)` is false. \ No newline at end of file diff --git a/changelog/makefiles.dd b/changelog/makefiles.dd deleted file mode 100644 index 6fb38d7f4e1..00000000000 --- a/changelog/makefiles.dd +++ /dev/null @@ -1,5 +0,0 @@ -Makefiles cleanup - -The `{posix,win32,win64}.mak` Makefiles have been merged to a generic `Makefile`. `posix.mak` is kept as a deprecated forwarder for now. - -On Windows, you can/need to use the generic Makefile too - with a GNU make (and a git installation providing bash and GNU tools). Windows devs can finally exploit parallelism via `-j`! You may download a prebuilt zipped .exe from https://github.com/dlang/dmd/releases/download/nightly/gnumake-4.4-win64.zip.