Fix grammar

This commit is contained in:
Justin Ethier 2022-07-21 21:56:32 -04:00
parent de27768ee2
commit 78eb2cd846

View file

@ -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