aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-10-20 15:45:03 +0100
committerJoão Valverde <j@v6e.pt>2023-10-22 11:08:37 +0100
commit356b3ed6c92d070387bd61dd0a063d1c68780876 (patch)
tree3bc96b1ed8e214de01605582e1877d1fb80f6767 /doc/release-notes.adoc
parent96932fe305d1e120f723a38f8c3091293b2b9a96 (diff)
dfilter: Add time multiplication by scalar floats
Extend the time arithmetic to support multiplication and division with floating point numbers. In this case the multiplier/divisor is parsed according to its lexical number type. Fixes #19150.
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 5d67ec7e90..ab510e4a8d 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -46,7 +46,7 @@ The following features are new (or have been significantly updated) since versio
** Fields with value strings now support regular expression matching.
** Date and time values now support arithmetic, with some restrictions:
- the multiplier/divisor must be an integer and appear on the right-hand
+ the multiplier/divisor must be an integer or float and appear on the right-hand
side of the operator.
//=== Removed Features and Support