From dc7e68d05aa0e4b608e845bd52bec882c6f847b1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 24 May 2017 13:33:15 +0000 Subject: [PATCH] Edited the 0.5.1 notes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6e5110..bef0561d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## 0.5.1 - TBD -The main focus of this release is performance but this is also the first release to provide installation instructions for both Windows and Mac. +The main focus of `0.5.1` is performance but this is also the first release to provide installation instructions for both Windows and Mac. Features -- Added build instructions for Windows (MSYS) and Mac - Thanks @ckkashyap!! +- Thanks to Kashyap for adding build instructions for Windows (MSYS) and Mac! - Allow `define-c` function definitions to optionally provide an additional non-CPS form of the function. This form is more efficient and will be used by compiled code whenever possible.