Skip to content

Commit 46543d7

Browse files
authored
Changelog fixes (#798)
I went through PRs to 0.17 and found a couple things that hadn't been changelogged. I also fixed the grammar/formatting of one of the bullets.
1 parent 9278259 commit 46543d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ This version is not yet released. If you are reading this on the website, then t
3030
- Add the [`exponential ₑ`](https://uiua.org/docs/exponential) function, which computes the exponential function
3131
- Deprecate [`logarithm ₙ`](https://uiua.org/docs/logarithm) in favor of [`exponential ₑ`](https://uiua.org/docs/exponential)
3232
- Remove experimental `ln` in favor of [`exponential ₑ`](https://uiua.org/docs/exponential)
33-
- Remove the `ⁿ%:1` ("root" pattern) optimization, it undered incorrectly, and should be replaced with [`anti ⌝`](https://uiua.org/docs/anti)[`pow ⁿ`](https://uiua.org/docs/power)
33+
- Remove the `ⁿ%:1` ("root" pattern) optimization
34+
- It inverted incorrectly when used with [`under ⍜`](https://uiua.org/docs/under)
35+
- Existing uses should be replaced with [`anti ⌝`](https://uiua.org/docs/anti)[`power ⁿ`](https://uiua.org/docs/power)
3436
- Add [`&seek`](https://uiua.org/docs/&seek) function for working with large files
3537
- Remove previously deprecated `signature` and `stringify` modifiers
3638
- Calling [`&tcpa`](https://uiua.org/docs/&tcpa) on a TLS listener created with [`&tlsl`](https://uiua.org/docs/&tlsl) now automatically tries conducting a TSL handshake
@@ -45,9 +47,12 @@ This version is not yet released. If you are reading this on the website, then t
4547
- [`un °`](https://uiua.org/docs/un)[`&cd`](https://uiua.org/docs/&cd) will output the current working directory
4648
- [`under ⍜`](https://uiua.org/docs/under)[`&cd`](https://uiua.org/docs/&cd) will return to the original directory afterward
4749
### Interpreter
50+
- Speed up the implementation of [`or ∨`](https://uiua.org/docs/or)
4851
- The fomatter no longer truncates trailing decimal `0`s from number literals
4952
- Implement filled adjacent [`stencil ⧈`](https://uiua.org/docs/stencil)
5053
- Remove `rkok` alias and change `kork` to format to `▽₂`
54+
- Add `each` alias for `≡₀`
55+
- Add `set` alias for [`un °`](https://uiua.org/docs/un)[`by ⊸`](https://uiua.org/docs/by)
5156
- Improve "Array would be too large" error messages
5257
- Change short form of the `--experimental` flag for `uiua eval` to use `-x` instead of `-e`
5358
- This is consistent with the corresponding flag for `uiua repl`

0 commit comments

Comments
 (0)