From cf3bbb02f5628ef77940e4507d02aeede07c66b1 Mon Sep 17 00:00:00 2001 From: arushi-firebolt <146018150+arushi-firebolt@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:50:27 -0800 Subject: [PATCH] Removing bullet points --- docs/Reference/release-notes/release-notes.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/Reference/release-notes/release-notes.md b/docs/Reference/release-notes/release-notes.md index a48464ce..61a085a5 100644 --- a/docs/Reference/release-notes/release-notes.md +++ b/docs/Reference/release-notes/release-notes.md @@ -86,11 +86,7 @@ If you know that the values cannot be null when performing an anti join on nulla ### Resolved issues -* Changed return for division by 0 from null to fail. Examples include: - -division by zero throws now an exception (NULL value before) - -type overflow throws now an exception (not checked before) - -This is a breaking change. +* Changed return for division by 0 from null to fail. Examples include: division by zero now throws an exception (NULL value before) and type overflow now throws an exception (not checked before). This is a breaking change. * Updated error log for upload failure for clarity.