@@ -12,17 +12,58 @@ We are pleased to announce Racket v8.15 is now available from [https://download.
12
12
13
13
## As of this release:
14
14
15
- - Single line.
15
+ - Documentation search results are ordered, with visual cues
16
+ indicating what their source is (core, main-distribution, etc.).
17
+ These results are also grouped by language family (Racket, Rhombus,
18
+ etc.). (See https://docs.racket-lang.org/search/index.html?q=second
19
+ .)
16
20
17
- - Paragraph paragraph paragraph paragraph paragraph paragraph paragraph
18
- paragraph paragraph paragraph paragraph paragraph paragraph paragraph
19
- paragraph. ([ link text] ( https://docs.racket-lang.org/links-to-thing ) )
21
+ - DrRacket offers to restore previously open files when starting,
22
+ which can be made the default.
23
+
24
+ - In DrRacket, Picts can be saved by right-clicking.
25
+
26
+ - ` raco pkg ` introduces the ` uninstall ` command as the opposite of
27
+ ` install ` . The ` remove ` name for this functionality is retained for
28
+ compatibility. (See
29
+ https://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-uninstall%29
30
+ .)
31
+
32
+ - ` raco pkg ` improves the handling of ` --clone ` and ` --unclone ` . (See
33
+ https://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-update%29
34
+ .)
35
+
36
+ - iOS is a compilation target, distinct from macOS.
37
+
38
+ - Racket supports falling back to IPv4 during hostname resolution when
39
+ IPv6 fails.
40
+
41
+ - Memory allocated using the ffi/unsafe library can be initially
42
+ zeroed, using the ` 'zeroed-atomic ` and ` 'zeroed-atomic-interior `
43
+ flags. (See
44
+ https://docs.racket-lang.org/foreign/foreign_pointer-funcs.html#%28idx._%28gentag._11._%28lib._scribblings%2Fforeign%2Fforeign..scrbl%29%29%29
45
+ .)
46
+
47
+ - Many other bugs are fixed and documentation has been improved!
20
48
21
49
## Thank you
22
50
23
51
The following people contributed to this release:
24
52
25
- .
53
+ Alec Mills, Alex Knauth, Alexander Shopov, Ashlynn Anderson, Ashton
54
+ Wiersdorf, Ben Greenman, Benjamin Yeung, Bob Burger, Bogdan Popa,
55
+ Breck Yunits, Carl Gay, Claes Wallin (韋嘉誠), CooperCorad, Crystal
56
+ Jacobs, D. Ben Knoble, Dexter Santucci, Eduardo Cavazos, Emil
57
+ Szpakowski, evelynmitchell, Greg Hendershott, Gunnar Ahlberg, Gwen
58
+ Weinholt, Idiomdrottning, Ikko Eltociear Ashimine, Jacqueline Firth,
59
+ Jarhmander, Jay McCarthy, Jens Axel Søgaard, Jimmy McNutt, jinser,
60
+ Jinser Kafka, John Clements, lukejianu, Marc Nieper-Wißkirchen,
61
+ Matej Fandl, Matthew Flatt, Matthias Felleisen, Michael Ballantyne,
62
+ Mike Sperber, olopierpa, Paul Morris, Phil Nguyen, Philip McGrath,
63
+ Robby Findler, Ronald Garcia, Ryan Culpepper, Sam Phillips, Sam
64
+ Tobin-Hochstadt, Siddhartha Kasivajhula, Sorawee Porncharoenwase,
65
+ Stephen De Gabrielle, Syntacticlosure, Taylor Allred, Tomas Fabrizio
66
+ Orsi, Wing Hei Chan, and Yafei Yang.
26
67
27
68
_ Racket is a community developed open source project and we welcome new
28
69
contributors. See
0 commit comments