diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b35f4b14..d44a3fad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ v1.2.0 - 2017-01-22 ### Features and improvements ### - Added an `--override-config` command line option to force selecting specific configurations for dependencies - [pull #1004][issue1004] + - Added an `x86_mscoff` architecture corresponding to DMD's `-m32mscoff` flag (by John Colvin) - [pull #1007][issue1007] - Implemented selective dependency upgrades ("dub upgrade ") - [issue #1024][issue1024] - 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] @@ -28,6 +29,7 @@ v1.2.0 - 2017-01-22 [issue984]: https://github.com/dlang/dub/issues/984 [issue1004]: https://github.com/dlang/dub/issues/1004 +[issue1007]: https://github.com/dlang/dub/issues/1007 [issue1023]: https://github.com/dlang/dub/issues/1023 [issue1024]: https://github.com/dlang/dub/issues/1024 [issue1028]: https://github.com/dlang/dub/issues/1028