Skip to content

Commit

Permalink
Updated CHANGELOG.md and CONTRIBUTORS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgebraicWolf committed Apr 8, 2023
1 parent 08937c9 commit a7189cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@

* Non-recursive top-level constants are compiled to eagerly evaluated
constants in Chez Scheme.
* Top-level functions without arguments consisting of delayed expressions
are now compiled using Scheme's `delay` and `force` to memoize them.

#### Racket

* Top-level functions without arguments consisting of delayed expressions
are now compiled using Scheme's `delay` and `force` to memoize them.

#### Node.js/Browser

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Thanks to the following for their help and contributions to Idris 2:
Aaron Lebahn
Abdelhakim Qbaich
Alain Zscheile
Aleksei Volkov
Alex Gryzlov
Alex Silva
Alissa Tung
Expand Down

0 comments on commit a7189cf

Please sign in to comment.