diff --git a/_posts/2016-11-22-Released-Cyclone-Scheme-0.3.2.md b/_posts/2016-11-22-Released-Cyclone-Scheme-0.3.2.md new file mode 100644 index 00000000..ea2a9869 --- /dev/null +++ b/_posts/2016-11-22-Released-Cyclone-Scheme-0.3.2.md @@ -0,0 +1,16 @@ +--- +layout: post +title: Released Cyclone Scheme 0.3.2 +excerpt: Cyclone Scheme 0.3.2 is now available. +--- + +Features: + +- Recognize escaped vertical line and hex scalar value characters when reading a string. +- Added `current-thread` to SRFI 18. +- Added the `include` and `include-ci` macros. + +Bug Fixes + +- Fixed a crash when running `cyclone` on 32-bit platforms. +