0.9.2 release

This commit is contained in:
Justin Ethier 2018-08-25 17:12:13 -04:00
parent d20496318f
commit 05b5e248ea

View file

@ -1,6 +1,6 @@
# Changelog
## 0.9.2 - TBD
## 0.9.2 - August 26, 2018
Features
@ -9,8 +9,6 @@ Features
- Allow optimizing-out of basic `if` expressions of the form `(if (pred? ...) #t #f)` into `(pred? ...)`.
- Perform slightly faster type checking for string, vector, and bytevector access functions.
Bug Fixes
## 0.9.1 - August 9, 2018
Bug Fixes