diff --git a/changelog/customCachePaths.dd b/changelog/customCachePaths.dd new file mode 100644 index 0000000..d9030d2 --- /dev/null +++ b/changelog/customCachePaths.dd @@ -0,0 +1,6 @@ +DUB supports "customCachePaths" for providing read-only package paths + +With this release DUB allows defining additional paths that contain packages in subfolders with the pattern "(name)-(version)/(name)/" by defining a "customCachePaths" field in `/etc/dub/settings.json` or `~/.dub/settings.json.` + +"customCachePaths" can be used to provide prebuilt DUB libraries (e.g. for distribution package maintainers). +