From 8af45cd11525c8196909f42a0e1a45f38e727df2 Mon Sep 17 00:00:00 2001 From: brontolosone <177225737+brontolosone@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:32:38 +0000 Subject: [PATCH] changeset --- .changeset/funny-items-know.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/funny-items-know.md diff --git a/.changeset/funny-items-know.md b/.changeset/funny-items-know.md new file mode 100644 index 000000000..77eaa3058 --- /dev/null +++ b/.changeset/funny-items-know.md @@ -0,0 +1,8 @@ +--- +"@getodk/xpath": patch +--- + +Distance function can now accepts multiple arguments. +This makes it easier to compute the distance between multiple points within a form's primary instance. +Previously, to achieve this, you'd have to introduce a calculate which concatenates those points together, +and then call the distance function with a reference to that calculate as the argument.