summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Schmidt <kaikaliischmidt@gmail.com>2024-09-28 18:44:15 -0700
committerKai Schmidt <kaikaliischmidt@gmail.com>2024-09-28 18:44:15 -0700
commit4a983bfb57fccb797535c6606835dcd10f8ffc8f (patch)
treef3fd0d1f2a7dba4cc8691871e3a3bb32b4aaafed
parent08296e67110d42c3d7645a177fe548119c2bc349 (diff)
add single-line binding alignment to changelog
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 33190d7f..d4153225 100644
--- a/changelog.md
+++ b/changelog.md
@@ -77,6 +77,7 @@ This version is not yet released. If you are reading this on the website, then t
- [`rows ≡`](https://uiua.org/docs/rows) [`on ⟜`](https://uiua.org/docs/on)/[`by ⊸`](https://uiua.org/docs/by) [`random ⚂`](https://uiua.org/docs/random)/`constant`
- [`memberof ∈`](https://uiua.org/docs/memberof)[`range ⇡`](https://uiua.org/docs/range) for scalar inputs to [`range ⇡`](https://uiua.org/docs/range)
- Tweak the formatter to reduce excess vertical space
+- The formatter now aligns consecutive single-line bindings
- `uiua repl` now has a `-s`/`--stack` flag to disable clearing the stack after each line
- Clearing the stack is now the default
- The `-c/--clear` has been removed