> For the complete documentation index, see [llms.txt](https://docs.onum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onum.com/release-notes/v.3-release-notes/v3.70.0.md).

# v3.70.0

These are the release notes for version v3.70.0 of Falcon Onum.

### :new: Arithmetic operations in Pipelines

We've introduced a new Action available for your Pipelines: **Date Operations**. You can choose a single operation from the available options or configure multiple operations to execute sequentially.

* **Add duration** - Adds a specific duration to a timestamp.
* **Subtract duration** - Subtracts a duration from a timestamp.
* **Timestamp difference** - Calculates the difference between two timestamps.

<figure><picture><source srcset="/files/QRsuiNCXf18qOFb2jh9m" media="(prefers-color-scheme: dark)"><img src="/files/YmJSf2Fu5UCq3Vw6QXGl" alt=""></picture><figcaption></figcaption></figure>

Learn more about this Action in [this article](/pipelines/actions/transformation/date-operations.md).
