This commit is contained in:
Justin Ethier 2022-05-25 22:31:28 -04:00
parent d3f7262414
commit dcc3f0bfcd

View file

@ -1,5 +1,11 @@
# Changelog
## - TBD
Bug Fixes
- Enforce a maximum recursion depth when printing an object via `display` and `write`. This prevents segmentation faults when printing circular data structures.
## 0.34.0 - January 2, 2022
Features