Skip to content

Commit

Permalink
add multiple modifier outputs to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 2, 2023
1 parent 907ebfa commit b1b7833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `(…)`
Expand Down

0 comments on commit b1b7833

Please sign in to comment.