diff --git a/CHANGELOG.md b/CHANGELOG.md index d064702..cf0e478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ -------------------- ### Features and improvements ### - - Added support for dub init to take a list of dependencies. + - Added support for dub init to take a list of dependencies. (by Colin Grogan) - Example usage (dub init myProj logger vibe-d gfm --type=vibe.d) - Dub will then try to get the latest version number for each of these dependencies from code.dlang.org and automatically add them to the dependencies section of dub.json. - If it cant find the dependant package name, it will ignore it,