mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
Update CHANGELOG
This commit is contained in:
parent
627bce068e
commit
5a84623629
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user