aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-10-18 23:34:37 +0100
committerJoão Valverde <j@v6e.pt>2023-10-22 10:54:26 +0100
commitec669afcbb3fd71f3385fde6b9e384e75c7a1559 (patch)
tree0ce49640c0dceaa638f80327d4053693dfade3b1 /doc/release-notes.adoc
parent8710ec9cf131e88138b58c266b1b172234a00bd7 (diff)
dfilter: Add time multiplication by scalar integers
The multiplication of two time values is not well-defined, because time is represented internally as a vector. Add a scalar multiplication/division for time values using integer numbers. The scalar multiplier must appear on the RHS of the operation. (This limitation mat be removed in the future.) This is useful to compare relative time values. The operation is also allowed for absolute date and time values because it is mathematically consistent but that is probably less useful in practice. Related to #19150.
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 01f3ae0c4f..5d67ec7e90 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -45,6 +45,10 @@ 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
+ side of the operator.
+
//=== Removed Features and Support
// === Removed Dissectors