diff --git a/CHANGELOG.md b/CHANGELOG.md index 929b868..5987a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +v1.2.0 - 2017-01- +------------------- + +### Features and improvements ### + + - Added an `--override-config` command line option to force selecting specific configurations for dependencies - [pull #1004][issue1004] + - Multiple configurations with the same name are now detected and will cause a warning to be displayed - [issue #984][issue984] + - Updated the Sublime Text generator and the Bash completion script to include the default "release-debug" build type (by p0nce) - [pull #1028][issue1028] + - The `--force-remove` switch is scheduled for deprecation, as it didn't do anything for a while now - [pull #1023][issue1023] + +[issue984]: https://github.com/dlang/dub/issues/984 +[issue1004]: https://github.com/dlang/dub/issues/1004 +[issue1023]: https://github.com/dlang/dub/issues/1023 +[issue1028]: https://github.com/dlang/dub/issues/1028 + + v1.1.2 - 2017-01- -------------------