Skip to content

Commit

Permalink
Updated CHANGELOG_NEXT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgebraicWolf authored and mjustus committed May 31, 2024
1 parent 167258b commit 10b0cc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELO
* Switch calling conventions based on the number of arguments to avoid limits on
the number of arguments and to reduce stack usage.

#### Chez

* Fixed CSE soundness bug that caused delayed expressions to sometimes be eagerly
evaluated. Now when a delayed expression is lifted by CSE, it is compiled
using Scheme's `delay` and `force` to memoize them.

#### Racket

* Fixed CSE soundness bug that caused delayed expressions to sometimes be eagerly
evaluated. Now when a delayed expression is lifted by CSE, it is compiled
using Scheme's `delay` and `force` to memoize them.

#### NodeJS Backend

* The NodeJS executable output to `build/exec/` now has its executable bit set.
Expand Down

0 comments on commit 10b0cc3

Please sign in to comment.