From 1872abf4563ad2943991c5456df9e8506308aa61 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 26 Jun 2022 10:17:41 -0400 Subject: [PATCH] New feature make-opaque --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c621b9..3f010da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Arthur Maciel added `make-opaque` to `(cyclone foreign)`. - Add `memory-streams` to the list of symbols that `(features)` can return, indicating that the current installation supports in-memory streams. Bug Fixes