diff --git a/changelog/cwd-fix.dd b/changelog/cwd-fix.dd deleted file mode 100644 index 16d1ca5..0000000 --- a/changelog/cwd-fix.dd +++ /dev/null @@ -1,12 +0,0 @@ -Reverted v1.31.0 working directory change when using `dub run --root=` - -DUB < v1.31.0 would run applications in the working directory it was invoked in, -ignoring the `--root` argument. - -In v1.31.0, `dub` started to respect the `--root` argument and run programs in -the requested directory. - -While sometimes desirable, this change was not intended, and has now been -reverted. To restore the 1.31.0 behaivor, set `"workingDirectory"` to `"."` in -the dub.json/dub.sdl file. This works both with older DUB versions and with -future DUB versions. diff --git a/changelog/path-dep-fix.dd b/changelog/path-dep-fix.dd deleted file mode 100644 index 2798729..0000000 --- a/changelog/path-dep-fix.dd +++ /dev/null @@ -1,7 +0,0 @@ -Path dependencies of path-based sub-packages have been fixed - -Path-based dependencies in path-based sub-packages in DUB v1.30.0 and 1.31.0 -have had regressed and didn't resolve properly. (dub.selections.json could be -used to workaround this issue before) - -From this release, these resolve properly again.