diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd7e97..00c4681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,46 @@ Changelog ========= +v0.9.11 - 2013-02-05 +-------------------- + +### Features and improvements ### + + - Configurations are now "shallow", meaning that configurations of dependencies can be selected by a package, but stay invisible to users of the package itself - [issue #33] + - Target type selection is now supported (executable, static lib, dynamic lib etc.) - [issue #26][issue26] + - Target name and path can be configured now + - Added a possibility to exclude certain files from the build + - The package description files is now added to IDE projects - [issue #35][issue35] + - Using a response file to handle large compiler command lines - [issue #19][issue19] + +### Bug fixes ### + + - Fixed spurious loading of the package during `dub install` - [issue #25][issue25] + +[issue19]: https://github.com/rejectedsoftware/dub/issues/19 +[issue25]: https://github.com/rejectedsoftware/dub/issues/25 +[issue26]: https://github.com/rejectedsoftware/dub/issues/26 +[issue35]: https://github.com/rejectedsoftware/dub/issues/35 + + +v0.9.10 - 2013-02-04 +-------------------- + +### Features and improvements ### + + - Added direct support for generating HTML documentation using DDOC or DDOX + - Added support for pre/post generate/build commands + - `dub install` does not add a dependency anymore (reverted to old behavior) + +### Bug fixes ### + + - `dub uninstall` actually works now + - The Windows installer also installs the needed DLLs + - Fixed Windows paths on non-Windows systems emitted by the Mono-D generator - [issue #32][issue32] + +[issue32]: https://github.com/rejectedsoftware/dub/issues/32 + + v0.9.9 - 2013-02-28 -------------------