Skip to content

Commit

Permalink
[ doc ] Document changed in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Dec 5, 2022
1 parent 35926d4 commit 52af4ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Backend changes

#### Chez

* `Lazy` values are *weakly* memoised. That is, once accessed, they are allowed
to be not re-evaluated until garbage collector wipes them.
Unlike `Lazy`, `Inf` values are not memoised.

#### RefC

* Adds support for `CFLAGS`, `CPPFLAGS`, and `LDFLAGS` to facilitate building on
Expand Down

0 comments on commit 52af4ff

Please sign in to comment.