diff --git a/changelog/add_x86_omf.dd b/changelog/add_x86_omf.dd index d52bf2e..dab726c 100644 --- a/changelog/add_x86_omf.dd +++ b/changelog/add_x86_omf.dd @@ -1,4 +1,5 @@ Added architecture x86_omf for windows-dmd -In windows dmd, an architecture x86_omf is enabled for -the platform specs when explicitly specify --arch=x86_omf or --arch=x86. \ No newline at end of file +On windows dmd the x86_omf architecture can now be used as platform +specification using `--arch=x86_omf`. This is currently equivalent to +the previously existing `--arch=x86` argument.