diff --git a/CHANGELOG.md b/CHANGELOG.md index 426e0c90..28610dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.9.6 - TBD +Bug Fixes + +- Cleaned up generated code to ensure calls to primitives from functions that are combined are not executed out of order. +- Fixed the `return_copy` macro in the runtime to handle being passed an expression instead of an object. + ## 0.9.5 - November 28, 2018 Features