diff --git a/changelog/d_versions_flag.dd b/changelog/d_versions_flag.dd new file mode 100644 index 0000000..0211131 --- /dev/null +++ b/changelog/d_versions_flag.dd @@ -0,0 +1,6 @@ +Exposed `--d-versions` CLI flag + +You can now specify `--d-versions=Xyz` to basically insert `version = Xyz;` into +all D source files. This is the same as specifying `versions` in your dub.sdl / +dub.json file, but from the CLI and unrelated to any build types or +configurations.