From 0161d18ff077f561e3cd1744c2ddf60faafa9013 Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Sun, 16 Jun 2024 12:39:05 -0700 Subject: [PATCH] add switch and repeat changes to changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index c51a76aa..003e8e37 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,7 @@ This version is not yet released. If you are reading this on the website, then t - The inverse FFT is also supported via [`un °`](https://uiua.org/docs/un) - Add the experimental [`astar`](https://uiua.org/docs/astar) modifier, which performs the A* pathfinding algorithm - Add the experimental [`but ⫯`](https://uiua.org/docs/but) modifier, which is a complement to [`on ⟜`](https://uiua.org/docs/on) and [`by ⊸`](https://uiua.org/docs/by) +- Non-scalar switch functions and [`repeat ⍥`](https://uiua.org/docs/repeat) now follow the same distribution and [`fix ¤`](https://uiua.org/docs/fix) rules as [`rows ≡`](https://uiua.org/docs/rows) - Deprecate [`coordinate ⟔`](https://uiua.org/docs/coordinate) as it is seldom needed and easy to implement with other functions - It can be mostly replaced with `⊢⊚⌕` - Adjacent [`trace ⸮`](https://uiua.org/docs/trace)s now function as a single [`trace ⸮`](https://uiua.org/docs/trace) of more values