Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ These previously deprecated items were removed:
- `shin`
- `planck.reduce`

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.2.0 (October 7, 2025)

### 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 @@ -1234,9 +1234,10 @@ pee ℘
planck ħ
Re ℜ
Im ℑ
dotless
.i ı
.j ȷ
dotless {
i ı
j ȷ
}

// Miscellany.
die
Expand Down
Loading