From 4714f285817c4097aad1fa4925c931790421f2ac Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 22 Aug 2016 18:59:03 -0400 Subject: [PATCH] Added makefile path change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfac628c..d5bcfa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Features: Bug Fixes: -- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`. +- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`. In addition, the makefile has been modified to also search current working directories for headers and libraries. - Updated `write` to display escaped character sequences (EG: `\t`) instead of literal characters. - Prevent C compilation errors when building a program that only contains basic primitives or a constant at the top level. - Fixed the compiler to allow application of a function that can take any number of arguments. For example: