Rename doc

This commit is contained in:
Justin Ethier 2018-07-29 18:49:29 -04:00
parent cf5b42b2b6
commit e777b8ebec
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
## 0.9 - TBD
This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collector-Lazy-Sweeping.md). Improvements are most notable to applications that perform a lot of allocations and have a large number of shortly-lived objects.
This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping.md).
## 0.8.1 - July 2, 2018