@@ -91,12 +91,14 @@ Note: the `v2.x` beta has a new algorithm for managing internal mimalloc pages t
9191* 2021-01-31, ` v1.7.0 ` : stable release 1.7: support explicit user provided memory regions, more precise statistics,
9292 improve macOS overriding, initial support for Apple M1, improved DragonFly support, faster memcpy on Windows, various small fixes.
9393
94- * [ Older releases ] ( #older-releases )
94+ * [ Older release notes ] ( #older-releases )
9595
9696Special thanks to:
9797
9898* [ David Carlier] ( https://devnexen.blogspot.com/ ) (@devnexen ) for his many contributions, and making
9999 mimalloc work better on many less common operating systems, like Haiku, Dragonfly, etc.
100+ * Sam Gross ([ @colesbury ] ( https://github.com/colesbury ) ) for the [ no GIL] ( https://github.com/colesbury/nogil ) Python fork which
101+ uses mimalloc internally.
100102* Mary Feofanova (@mary3000 ), Evgeniy Moiseenko, and Manuel Pöter (@mpoeter ) for making mimalloc TSAN checkable, and finding
101103 memory model bugs using the [ genMC] model checker.
102104* Weipeng Liu (@pongba ), Zhuowei Li, Junhua Wang, and Jakub Szymanski, for their early support of mimalloc and deployment
@@ -672,7 +674,7 @@ a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow th
672674provided by the bot. You will only need to do this once across all repos using our CLA.
673675
674676
675- # Older Releases
677+ # Older Release Notes
676678
677679* 2020-09-24, ` v1.6.7 ` : stable release 1.6: using standard C atomics, passing tsan testing, improved
678680 handling of failing to commit on Windows, add [ ` mi_process_info ` ] ( https://github.com/microsoft/mimalloc/blob/master/include/mimalloc.h#L156 ) api call.
0 commit comments