Edited the 0.5.1 notes

This commit is contained in:
Justin Ethier 2017-05-24 13:33:15 +00:00
parent 6c6bbb3596
commit dc7e68d05a

View file

@ -2,11 +2,11 @@
## 0.5.1 - TBD ## 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 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. - 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.