Update CHANGELOG.md
1 parent b91b4a3 commit 9d759839444766848b8aaa18055b461b8ad6473b
@grogancolin grogancolin authored on 8 Dec 2014
Showing 1 changed file
View
2
■■■
CHANGELOG.md
v0.9.23 - YYYY-MM-DD
--------------------
 
### 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,
- Current functionality is preserved whereby project type can be determined by using [vibe.d, deimos or minimal] after package name. (So example above would be dub init myProj vibe.d logger vibe-d gfm).