From 1bc8e1e0cd3f42a05a42a720554805226a70124f Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Wed, 19 Jun 2024 17:39:17 -0700 Subject: [PATCH] add inventory change to changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 83e2416e..91b6e2f7 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,8 @@ This version is not yet released. If you are reading this on the website, then t - [`join ⊂`](https://uiua.org/docs/join) will rank differences greater than 1 can now extend the smaller array - [`un °`](https://uiua.org/docs/un) [`join ⊂`](https://uiua.org/docs/join) is now easier to combine with other inverses - [`repeat ⍥`](https://uiua.org/docs/repeat) can now repeat a negative number of times, which will repeat the inverse +- [`inventory ⍚`](https://uiua.org/docs/inventory) no longer does [`each ∵`](https://uiua.org/docs/each)-like behavior + - This got in the way more than it helped - Add the experimental [`triangle ◹`](https://uiua.org/docs/triangle) modifier, which calls a function on shrinking suffixes of an array's rows - Add the experimental [`orient`](https://uiua.org/docs/orient) function, which arranges an array's axes in a specified order - Add the experimental [`fft`](https://uiua.org/docs/fft) function, which performs the Fast Fourier transform