From 9a4ed1eca4e031e6fc36475d3f3cfb861c7be2d6 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 15 Jul 2024 11:37:26 -0700 Subject: [PATCH] Prepare for possible future v1.15.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880cab4..25ea99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.15.1 (Unreleased) + + # 1.15.0 (July 15, 2024) * `function/stdlib`: The `element` function now accepts negative indices, extending the illusion of an infinitely-long list into the negative direction too.