Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Unreleased

### General changes

- The `dotless` symbol was converted to a module,
meaning you can no longer use `dotless` as a shorthand for `dotless.i`.
Comment thread
T0mstone marked this conversation as resolved.
Outdated

## Version 0.3.0 (June 4, 2026)

### General changes
Expand Down
7 changes: 4 additions & 3 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,10 @@ pee ℘
planck ħ
Re ℜ
Im ℑ
dotless
.i ı
.j ȷ
dotless {
i ı
j ȷ
}

// Miscellany.
die
Expand Down
Loading