[ re #2649 ] Update CHANGELOG (#2765)

This commit is contained in:
CodingCellist 2022-11-15 10:58:00 +01:00 committed by GitHub
parent 70ef197cf6
commit 037b48eb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,19 @@
* Adds documentation for unquotes `~( )`. * Adds documentation for unquotes `~( )`.
### Backend changes
#### RefC
* Adds support for `CFLAGS`, `CPPFLAGS`, and `LDFLAGS` to facilitate building on
systems with non-standard installation locations of libraries (e.g. GMP).
Versions of the flags with the `IDRIS2_` prefix can also be used and take
precedence.
### Compiler changes ### Compiler changes
* If `IAlternative` expression with `FirstSuccess` rule fails to typecheck, * If `IAlternative` expression with `FirstSuccess` rule fails to typecheck,
compiler prints all tried alternatives, not only the last one. compiler now prints all tried alternatives, not only the last one.
### Library changes ### Library changes