Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgebraicWolf committed Jun 1, 2023
1 parent f09412d commit b1bf782
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 @@ -32,6 +32,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 b1bf782

Please sign in to comment.