From 4fabc762a5539bd127622aa26819a4653f9d632d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 10 Apr 2021 10:19:22 -0600 Subject: [PATCH] Racket HISTORY.txt notes for v8.1 --- racket/collects/racket/HISTORY.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/racket/collects/racket/HISTORY.txt b/racket/collects/racket/HISTORY.txt index acb7797e62..07269099a1 100644 --- a/racket/collects/racket/HISTORY.txt +++ b/racket/collects/racket/HISTORY.txt @@ -1,3 +1,17 @@ +Version 8.1, April 2021 +Add ephemeron hash tables +Added support for "git+https://" packages sources +Changed Git package references to default to repo-indicated + default branch (HEAD, roughly) instead of "master" +CS: compiler improvements, especially related to structures +Unix-style installation puts ".zo" files in "lib" instead + of "share", since they're platform-specific for CS +CS: cross-compilation support in `raco exe` +CS: faster multiplication and division for very large numbers +ffi: added ffi/os-async-channel and support for callbacks + that can raise exceptions on CS +Other bug repairs and other changes noted in the documentation + Version 8.0, January 2021 Racket CS is now the default variant of Racket Add support for Apple Silicon Mac OS (AArch64)