fix link in readme

This commit is contained in:
Daan Leijen 2025-01-03 18:18:05 -08:00
parent 30dd2b9bec
commit 8bc0f43f9e

View File

@ -81,7 +81,7 @@ Enjoy!
### Releases ### Releases
* 2025-01-03, `v1.8.8`, `v2.1.8`, `v3.0-alpha`: Interim release. Support Windows arm64. New guarded build that can place OS * 2025-01-03, `v1.8.8`, `v2.1.8`, `v3.0-alpha`: Interim release. Support Windows arm64. New [guarded](#guarded) build that can place OS
guard pages behind objects to catch buffer overflows as they occur. guard pages behind objects to catch buffer overflows as they occur.
Many small fixes: build on Windows arm64, cygwin, riscV, and dragonfly; fix Windows static library initialization to account for Many small fixes: build on Windows arm64, cygwin, riscV, and dragonfly; fix Windows static library initialization to account for
thread local destructors (in Rust/C++); macOS tag change; macOS TLS slot fix; improve stats; thread local destructors (in Rust/C++); macOS tag change; macOS TLS slot fix; improve stats;