[ doc ] add lazy functions to changelog

This commit is contained in:
Justus Matthiesen 2023-05-26 15:30:23 +01:00 committed by Justus Matthiesen
parent 6c6867490c
commit 2733ec2333

View File

@ -12,6 +12,8 @@
size-change termination by Lee, Jones and Ben-Amram.
* New function option `%unsafe` to mark definitions that are escape hatches
similar to the builtins `believe_me`, `assert_total`, etc.
* Rudimentary support for defining lazy functions (addressing issue
[#1066](https://github.com/idris-lang/idris2/issues/1066)).
### REPL changes