diff --git a/_posts/2021-02-03-Released-Cyclone-Scheme-0.26.md b/_posts/2021-02-03-Released-Cyclone-Scheme-0.26.md new file mode 100644 index 00000000..b7dc239c --- /dev/null +++ b/_posts/2021-02-03-Released-Cyclone-Scheme-0.26.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Released Cyclone Scheme 0.26 +excerpt: Added type checking to (cyclone foreign) and fixed regressions related to type checking of records/vectors. +--- + +Features + +- Enhanced `c-define` to emit type checks for parameters. + +Bug Fixes + +- Allow `pretty-print` to display contents of a record type. +- Re-enable optimizations that were broken when `vector?` was modified to no longer return true for record types. +