Fixed segmentation fault with text representation

This commit is contained in:
Andrew Kane
2023-06-12 01:09:40 -07:00
parent e5a620e02c
commit 06c3e68bef
4 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## 0.4.4 (unreleased)
- Improved error message for malformed vector literal
- Fixed segmentation fault with text representation
- Fixed consecutive delimiters with text representation
## 0.4.3 (2023-06-10)