From b1b783310aac0ba93e1b69f752bbd1d670fcf937 Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Thu, 2 Nov 2023 14:16:32 -0700 Subject: [PATCH] add multiple modifier outputs to changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index bc6d386c5..0c7a337e8 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ If you are reading this on the website, then these changes are live here. - [`join` `⊂`](https://uiua.org/docs/join) to an empty list now always works regardless of rank of the other array - [`each` `∵`](https://uiua.org/docs/each) and [`rows` `≡`](https://uiua.org/docs/rows) now work with [`under` `⍜`](https://uiua.org/docs/under) - All [ocean functions](https://uiua.org/docs/ocean) now work with [`under` `⍜`](https://uiua.org/docs/under) +- Allow multiple values to be returned from [`each` `∵`](https://uiua.org/docs/each), [`rows` `≡`](https://uiua.org/docs/rows), [`distribute` `∺`](https://uiua.org/docs/distribute), [`tribute` `≐`](https://uiua.org/docs/tribute), [`table` `⊞`](https://uiua.org/docs/table), and [`cross` `⊠`](https://uiua.org/docs/cross) - Add fraction literals with `/` - Parsing multiple formattable functions from words is now smarter - Remove `bind '`. It made code hard to read. It will continue to parse, but will be formatted as `(…)`