diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index fa3803336e..ab0a73de41 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,6 +1,8 @@ Version 5.1.3.9 Add syntax-shift-phase-level errortrace: with-mark and make-st-mark now take a phase level +place:place* and dynamic place* forms now take in, out, and err named + arguments which become the standard io ports for the new place Version 5.1.3.8 Add syntax-transforming-module-expression? and @@ -17,6 +19,11 @@ compiler/zo-structs: removed def-for-syntax, added seq-for-syntax, changed some mod fields, added field to def-syntaxes +Version 5.1.3.6 +unsafe/ffi:Changed cstructs to not be generative. +place:cpointers and file descriptors can now be sent across + place channels. + Version 5.1.3.4 Add support for the collection links file, including (find-system-path 'links-file) and the raco link command