diff --git a/changelog/dmd-linker-dflags.dd b/changelog/dmd-linker-dflags.dd deleted file mode 100644 index 3628792..0000000 --- a/changelog/dmd-linker-dflags.dd +++ /dev/null @@ -1,3 +0,0 @@ -More 'linker dflags' with DMD - -`-betterC`, `-L…` and `-Xcc=…` `dflags` are now used for linking too. \ No newline at end of file diff --git a/changelog/visuald-copyfiles.dd b/changelog/visuald-copyfiles.dd deleted file mode 100644 index 72c8058..0000000 --- a/changelog/visuald-copyfiles.dd +++ /dev/null @@ -1,5 +0,0 @@ -copyFiles can now be used in VisualD projects. - -Files that are needed for the application to run can be specified in the `copyFiles` build option, -which causes these files to be copied to the target path. The dub generator for VisualD now replicates -this behaviour, so that this kind of applications can be successfully debugged in Visual Studio.