Skip to content

Commit 733af09

Browse files
committed
add bullets to existing announcement
1 parent 57bd7fd commit 733af09

File tree

1 file changed

+46
-5
lines changed

1 file changed

+46
-5
lines changed

blog/_src/posts/2024-10-31-racket-v8-15.md

+46-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,58 @@ We are pleased to announce Racket v8.15 is now available from [https://download.
1212

1313
## As of this release:
1414

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+
.)
1620

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!
2048

2149
## Thank you
2250

2351
The following people contributed to this release:
2452

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.
2667

2768
_Racket is a community developed open source project and we welcome new
2869
contributors. See

0 commit comments

Comments
 (0)