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
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 on lines +130 to +131
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Additionally, I think this should be in the General Changes section.


## 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