Added 0.9 details

This commit is contained in:
Justin Ethier 2018-07-26 17:11:48 -04:00
parent d7e2eb980d
commit 09d563bf53

View file

@ -2,6 +2,8 @@
## 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.
## 0.8.1 - July 2, 2018
Features