diff --git a/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md b/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md index fa953804..4e128a0c 100644 --- a/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md +++ b/_posts/2021-07-27-Released-Cyclone-Scheme-0.31.0.md @@ -8,7 +8,7 @@ excerpt: This release fixes a number of critical bugs. #### Compiler -- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime. +- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults at runtime. - Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection. #### Base Library