Update changelog

This commit is contained in:
Christian Rasmussen 2020-06-17 05:06:07 +02:00
parent 21a1245c10
commit ceb7a30c09

View File

@ -34,6 +34,10 @@ Command-line options changes:
* Removed `--ide-mode-socket-with` option. `--ide-mode-socket` now accepts an
optional `host:port` argument.
* Added options to override source directory, build directory and output
directory: `--source-dir`, `--build-dir`, `--output-dir`.
+ These options are also available as fields in the package description:
`sourcedir`, `builddir`, `outputdir`.
Compiler changes: