Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased

### General changes

- The `dotless` symbol was converted to a module,
meaning you can no longer use `dotless` as a shorthand for `dotless.i`. **(Breaking change)**

### Removals in `sym` **(Breaking change)**

These previously deprecated items were removed:
- `gt.tri.*`
- `lt.tri.*`
Expand Down
7 changes: 4 additions & 3 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1230,9 +1230,10 @@ pee ℘
planck ħ
Re ℜ
Im ℑ
dotless
.i ı
.j ȷ
dotless {
i ı
j ȷ
}

// Miscellany.
die
Expand Down
Loading