Update CHANGELOG

This commit is contained in:
Edwin Brady 2021-06-27 16:33:04 +01:00
parent 627bce068e
commit 5a84623629

View File

@ -1,5 +1,16 @@
# Changelog
## [Next version]
### Compiler changes
* Added incremental compilation, using either the `--inc` flag or the
`IDRIS2_INC_CGS` environment variable, which compiles modules incrementally.
In incremental mode, the final build step is much faster than in whole
program mode (the default), at the cost of runtime performance being about
half as good. The `--whole-program` flag overrides incremental compilation,
and reverts to whole program compilation.
## v0.4.0
### Syntax changes