diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afa333b..699522c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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