Skip to content

Commit d984042

Browse files
committed
Merge branch 'dev' into dev2
2 parents 49c3dbe + 8bc0f43 commit d984042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is a general purpose allocator with excellent [performance](#performance) charac
1212
Initially developed by Daan Leijen for the runtime systems of the
1313
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
1414

15-
Latest release tag: `v2.1.8` (2025-01-03).
15+
Latest release tag: `v2.1.8` (2025-01-03).
1616
Latest v1 tag: `v1.8.8` (2024-01-03).
1717

1818
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
@@ -81,7 +81,7 @@ Enjoy!
8181

8282
### Releases
8383

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

0 commit comments

Comments
 (0)