From 6f10ee73eff2b3978f25016e2e1764c9391434c9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 21 Nov 2019 13:51:29 -0500 Subject: [PATCH] Issue #281 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f86479..40413076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Features - Faster record type constructors - During compilation, validate the number of arguments passed to local function calls. +Internals + - When including an internal `.scm` file used by the compiler, check the current directory before the system directory. + ## 0.11.5 - October 30, 2019 Features