You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ This version is not yet released. If you are reading this on the website, then t
30
30
- Add the [`exponential ₑ`](https://uiua.org/docs/exponential) function, which computes the exponential function
31
31
- Deprecate [`logarithm ₙ`](https://uiua.org/docs/logarithm) in favor of [`exponential ₑ`](https://uiua.org/docs/exponential)
32
32
- 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)
34
36
- Add [`&seek`](https://uiua.org/docs/&seek) function for working with large files
35
37
- Remove previously deprecated `signature` and `stringify` modifiers
36
38
- 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
45
47
-[`un °`](https://uiua.org/docs/un)[`&cd`](https://uiua.org/docs/&cd) will output the current working directory
46
48
-[`under ⍜`](https://uiua.org/docs/under)[`&cd`](https://uiua.org/docs/&cd) will return to the original directory afterward
47
49
### Interpreter
50
+
- Speed up the implementation of [`or ∨`](https://uiua.org/docs/or)
48
51
- The fomatter no longer truncates trailing decimal `0`s from number literals
0 commit comments