diff --git a/_posts/2020-04-06-Released-Cyclone-Scheme-0.17.md b/_posts/2020-04-06-Released-Cyclone-Scheme-0.17.md new file mode 100644 index 00000000..01f7408b --- /dev/null +++ b/_posts/2020-04-06-Released-Cyclone-Scheme-0.17.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Released Cyclone Scheme 0.17 +excerpt: This release fixes a bug in differentiating between textual and binary ports. +--- + +Bug Fixes + +- Modified `binary-port?` and `textual-port?` to correctly differentiate between binary and textual ports.