Skip to content

Commit 42843ca

Browse files
committed
v8.15 announcement
1 parent 3b84efc commit 42843ca

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

announcements/v8.15.txt

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

0 commit comments

Comments
 (0)