From 9c8c4483db9dd64457c5cea3bfe945f21f871683 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 12 Jun 2023 01:23:47 -0700 Subject: [PATCH] Updated changelog [skip ci] --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3933164..6e4ec91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ ## 0.4.4 (unreleased) - Improved error message for malformed vector literal -- Fixed segmentation fault with text representation -- Fixed consecutive delimiters with text representation +- Fixed segmentation fault with text input +- Fixed consecutive delimiters with text input ## 0.4.3 (2023-06-10) - Improved cost estimation -- Improved support for spaces with text representation -- Fixed infinite and NaN values with binary representation +- Improved support for spaces with text input +- Fixed infinite and NaN values with binary input - Fixed infinite values with vector addition and subtraction - Fixed infinite values with list centers - Fixed compilation error when `float8` is pass by reference