Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgebraicWolf committed Aug 18, 2023
1 parent 23a667f commit 59a9af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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

0 comments on commit 59a9af1

Please sign in to comment.