mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fix grammar
This commit is contained in:
parent
de27768ee2
commit
78eb2cd846
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Bug Fixes
|
|||
begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))
|
||||
|
||||
- Fix a regression where `c-compiler-options` was not recognized as a top level form by programs.
|
||||
- Enforce a maximum recursion depth when printing an object via `display` and `write`, and when comparing objects via `equal?`. This prevents segmentation faults when working with circular data structures.
|
||||
- Enforce a maximum recursion depth when printing an object via `display` or `write`, and when comparing objects via `equal?`. This prevents segmentation faults when working with circular data structures.
|
||||
|
||||
## 0.34.0 - January 2, 2022
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue