I don't have a good sense for whether or not these items are worth being mentioned, but here are summaries for them:
Andrew Kent > - `Any` as default for `inst` (d32218ad @ typed-racket) > - `#:result` clause for `for/fold` (9e16d3f9 @ racket) > + Typed Racket's type instantiation (`inst`) uses Any for omitted type arguments, allowing APIs to add additional type variables to functions without breaking existing programs. + `for/fold` users can customize the final result of a loop's computation using the `#:result` keyword. Best, Andrew On Mon, Jan 15, 2018 at 10:08 AM, Vincent St-Amour < [email protected]> wrote: > The release announcement sketch that I have so far is below. Please > mail me new items and/or edits. > > Please phrase announcements using complete sentences and avoid the > word "now". > ---------------------------------------------------------------------- > > Ryan Culpepper > - syntax/parse: add ~undo, #:undo for unwinding effects (f816a8af @ racket) > - add lazy-require-syntax (8d04bd67 @ racket) > - syntax/parse: add unwindable state (9be7bf53 @ racket) > - add pg SCRAM-SHA-256 authentication (436e4707 @ db) > > Matthias Felleisen > - add web-io to htdp package (05a252e8 @ htdp) > > Daniel Feltey > - recursive contracts optimization (c5cf7c13 @ racket) > > Robby Findler > - add #:codomain to reduction-relation (9e1d31b8 @ redex) > > Matthew Flatt > - various internal changes in preparation for Chez port. more stuff done > via FFI? > - add ffi/unsafe/port (c3f61a76 @ racket) > > Spencer Florence > - better pict scrolling (1b77c510 @ drracket) > > Ben Greenman > - TR contract generation optimizations (96684530 @ typed-racket) > > Andrew Kent > - `Any` as default for `inst` (d32218ad @ typed-racket) > - `#:result` clause for `for/fold` (9e16d3f9 @ racket) > > Jay McCarthy > - dependency testing in `raco test` (5662ed8e @ racket) > > Daniel Mendler > - add `vector-cas!` and `unsafe-vector*-cas!`, also `unsafe-struct*-cas!` > (bc26d29b @ racket) > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/racket-dev/m24lnn9n3i.wl-stamourv%40eecs.northwestern.edu. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAFJRNeCPbPMsLjH01r5APByzY-CHv%2BPh2aJsXVOsPnaaBOawVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
