Merge pull request #7895 from wilzbach/json-includes-unstable

Document the new -Xi= CLI option as unstable in its changelog
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
The Dlang Bot 2018-02-16 03:09:11 +01:00 committed by GitHub
commit 7c16647f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,3 +43,5 @@ If JSON is generated without any `-Xi=` options then the old format is used. Th
Also note that the compiler can now be invoked with no source files as long as at least one JSON field is provided, i.e.
$(CONSOLE dmd -Xi=compilerInfo)
$(RED This is an experimental command-line flag and will be stabilized in the next release.)