diff --git a/CHANGELOG.md b/CHANGELOG.md index d44a3fa..c1ebb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ ### Bug fixes ### -- Fixed compile error when compiling with vibe.d versions prior to 0.8.0 - [commit 9d25e5dd][commit9d25e5dd] -- Fixed orphan format specifier error - [commit 220b0128][commit220b0128] -- Fixed test executable name generation causing sub package test builds to fail - [commit e6262373][commite6262373] +- Fixed compile error when compiling with vibe.d versions prior to 0.8.0 - [9d25e5dd][commit9d25e5dd] +- Fixed orphan format specifier error - [220b0128][commit220b0128] +- Fixed test executable name generation causing sub package test builds to fail - [e6262373][commite6262373] +- Fixed bogus warning message when compiling with `--arch x86_mscoff` (by Andrey Penechko aka MrSmith33) - [pull #1059][issue1059] +- Fixed plaform specifiers to work for "x86_mscoff" - [86e85276][commit86e85276] [commit9d25e5dd]: https://github.com/dlang/dub/commit/9d25e5dd0337e9c054ff32c4b921f32603d29293 [commit220b0128]: https://github.com/dlang/dub/commit/220b01280041abbead57db6eec28e9279b9d7cf6 [commite6262373]: https://github.com/dlang/dub/commit/e6262373558591fa8754704fcc2e8ddafabf6671 +[commit86e85276]: https://github.com/dlang/dub/commit/86e85276a7ff85c5cde4e1926c40e666a2b6bf78 +[issue1059]: https://github.com/dlang/dub/issues/1059 v1.2.0 - 2017-01-22