From c908d77be1e67a6165b07c5a00389a69f81340a5 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 20 Aug 2011 11:10:35 -0600 Subject: [PATCH] history note --- doc/release-notes/racket/HISTORY.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index d65447f4f4..a025903eb4 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,3 +1,6 @@ +Version 5.1.3.3 +unsafe/ffi: added support for C arrays and unions + Version 5.1.2.3 Added set-port-next-location! and changed the default prompt read handler to use it when input and output ar terminals @@ -8,6 +11,9 @@ Changed the location-creation semantics of internal definitions and `letrec-syntaxes+values' Added unsafe-list-ref and unsafe-list-tail +Version 5.1.3, August 2011 +No changes + Version 5.1.2, August 2011 Replaced syntax certificates with syntax taints: Added syntax-tainted?, syntax-arm, syntax-disarm, syntax-rearm,