From 42e24f2bc23935070be7b74c8faa811e0692e512 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 16 May 2017 08:40:17 +0000 Subject: [PATCH] Issue #200 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e6f2c4..21ca77b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Features - Compiled code now directly accesses boxed mutable variables instead of using a wrapper function. +- Added command line options to `icyc` for evaluating an S-expression from the command line and for running as a script without the Cyclone banner text. + Bug Fixes - Prevent potential memory corruption when working with large vectors that cannot be allocated on the stack.