From 7ee91d31c01e712befa1edb6c81ccb5d3e98303b Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 22 Jan 2022 13:10:24 -0800 Subject: [PATCH 1/2] fix link in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8c897ccb..dd93508a 100644 --- a/readme.md +++ b/readme.md @@ -91,7 +91,7 @@ Note: the `v2.x` beta has a new algorithm for managing internal mimalloc pages t * 2021-01-31, `v1.7.0`: stable release 1.7: support explicit user provided memory regions, more precise statistics, improve macOS overriding, initial support for Apple M1, improved DragonFly support, faster memcpy on Windows, various small fixes. -* [Older release notes](#older-releases) +* [Older release notes](#older-release-notes) Special thanks to: From 85d1a7a1c45a6c8f46fe9b7eb481fefe6dd92f93 Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 22 Jan 2022 13:11:13 -0800 Subject: [PATCH 2/2] fix link in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dd93508a..0998049d 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ Special thanks to: * [David Carlier](https://devnexen.blogspot.com/) (@devnexen) for his many contributions, and making mimalloc work better on many less common operating systems, like Haiku, Dragonfly, etc. -* Sam Gross ([@colesbury](https://github.com/colesbury)) for the [no GIL](https://github.com/colesbury/nogil) Python fork which +* [Sam Gross](https://github.com/colesbury) for the [no GIL](https://github.com/colesbury/nogil) Python fork which uses mimalloc internally. * Mary Feofanova (@mary3000), Evgeniy Moiseenko, and Manuel Pöter (@mpoeter) for making mimalloc TSAN checkable, and finding memory model bugs using the [genMC] model checker.