Added 0.9.1

This commit is contained in:
Justin Ethier 2018-08-03 13:27:01 -04:00
parent e383b45381
commit ce225b3d60

View file

@ -1,5 +1,11 @@
# Changelog
## 0.9.1
Bug Fixes
- Fixed a handful of small garbage collection bugs from the previous round of development.
## 0.9 - July 31, 2018
This release significantly improves garbage collection performance by using [lazy sweeping](docs/Garbage-Collection-Using-Lazy-Sweeping.md).