racket/HISTORY.txt for v7.9

This commit is contained in:
Matthew Flatt 2020-10-22 08:38:28 -06:00
parent d3ef0a0a35
commit 8734215827

View File

@ -1,3 +1,10 @@
Version 7.9, October 2020
Improve Racket CS place-local allocation, add parallel GC,
and merge Chez Scheme GC support for incremental promotion
Change stack traces to suppress built-in functions
Use XDG filesystem conventions by default on Unix
Bug repairs and other changes noted in the documentation
Version 7.8, July 2020
Add unboxed flonum arithmetic to Racket CS
Add Racket CS improved GC accounting and 'incremental mode