summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDaan <daanl@outlook.com>2022-01-22 13:00:00 -0800
committerDaan <daanl@outlook.com>2022-01-22 13:00:00 -0800
commit7d3f27ce26dfc7836b8328547ae15d03c054aad0 (patch)
tree57a967fa3c41e499ea95d7c93000c6b4e4953393 /readme.md
parentbb96cb0ee2e228f975d2a8b773803b697401f2b3 (diff)
update readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index b240fa8..8c897cc 100644
--- a/readme.md
+++ b/readme.md
@@ -91,12 +91,14 @@ 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 releases](#older-releases)
+* [Older release notes](#older-releases)
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
+ 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.
* 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
provided by the bot. You will only need to do this once across all repos using our CLA.
-# Older Releases
+# Older Release Notes
* 2020-09-24, `v1.6.7`: stable release 1.6: using standard C atomics, passing tsan testing, improved
handling of failing to commit on Windows, add [`mi_process_info`](https://github.com/microsoft/mimalloc/blob/master/include/mimalloc.h#L156) api call.