From a25975503785031074d26afa4149e4f25d161c2a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 7 Feb 2021 22:32:09 -0500 Subject: [PATCH] Add latest changes for the next release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d74c846..be517947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.27 - TBD +Features + +- Arthur Maciel added `opaque?` and `opaque-null?` predicates to `(cyclone foreign)`. + Bug Fixes - Prevent the compiler from inlining calls to primitives that open ports, avoiding a range of issues such as an open file operation being inlined across multiple places in the intermediate code.