From b056b5546f15311b8be6630fbe816ce60c475b5f Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 10 Dec 2024 14:12:58 -0500 Subject: [PATCH] docs(external): remove obsolete note --- 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"