From c22323e3ceab871e07539e981a71df2f0cc66e74 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 9 Apr 2019 13:25:27 -0400 Subject: [PATCH] Add credit for latest build fixes, thanks! --- AUTHORS | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index c8a293ee..93903917 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ Aric Belsito Mark Meyer Vasilij Schneidermann Petr Pražák +Adam Feuer diff --git a/CHANGELOG.md b/CHANGELOG.md index b46c527a..abdbfd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features - Improve performance of compiled code a bit by inlining code that tracks call history instead of using a dedicated function in the runtime. +- Updated build instructions for Mac, thanks Adam Feuer! ## 0.10 - March 28, 2019