From 2815ec08c3ecac38f768be7274ddb560c4423722 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 10 Dec 2024 14:28:37 -0500 Subject: [PATCH] docs(external): remove obsolete note (#22012) --- website/cue/reference/remap/functions/to_float.cue | 1 - 1 file changed, 1 deletion(-) diff --git a/website/cue/reference/remap/functions/to_float.cue b/website/cue/reference/remap/functions/to_float.cue index b0e484c1c8e2c..fbbd18f16e0bc 100644 --- a/website/cue/reference/remap/functions/to_float.cue +++ b/website/cue/reference/remap/functions/to_float.cue @@ -5,7 +5,6 @@ remap: functions: to_float: { description: """ Coerces the `value` into a float. """ - notices: ["Since [VRL v0.20.0](\(urls.vrl_changelog)#0200-2024-11-27) which is used since Vector v0.43.0, this function behaves differently than [parse_float](\(urls.vrl_functions)#parse_float). Notably, `to_float` will return an error for [non-normal](\(urls.is_normal)) floats whereas [parse_float](\(urls.vrl_functions)#parse_float) can return `inf` which might result in unsafe arithmetic operations that panic. This will be addressed in the future."] arguments: [ { name: "value"