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
29 changes: 24 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,36 @@

## Unreleased

### Removals in `sym` **(Breaking change)**
These previously deprecated items were removed:
- `gt.tri.*`
- `lt.tri.*`
- `join`, `join.*`
## New in `sym`

- Miscellaneous technical
- `tack.r.double` ⊩
Comment thread
MDLC01 marked this conversation as resolved.
- `tack.r.double.not` ⊮
- `tack.r.triple` ⊪
- `tack.rr.short` ⊧
- `tack.rr.double` ⊫
- `tack.rr.double.not` ⊯
- `tack.l.double` ⫣
- `tack.ll.double` ⫥
- `tack.t.double.short` ⫨
- `tack.b.double.short` ⫧

### Changed values in `sym` **(Breaking change)**

These previously deprecated items were undeprecated with a changed value:
- `tack.r.double`
- `tack.r.double.not`
- `tack.l.double`
- `tack.t.double`
- `tack.b.double`

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

These previously deprecated items were removed:
- `gt.tri.*`
- `lt.tri.*`
- `join`, `join.*`

## Version 0.3.0 (June 4, 2026)

### General changes
Expand Down
14 changes: 12 additions & 2 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1094,21 +1094,31 @@ tack
.r.not ⊬
.r.long ⟝
.r.short ⊦
.r.double ⊩
.r.double.not ⊮
.r.triple ⊪
.rr ⊨
.rr.not ⊭
.rr.short ⊧
.rr.double ⊫
.rr.double.not ⊯
.rrr ⫢
.l ⊣
.l.long ⟞
.l.short ⫞
.l.double ⫣
.ll ⫤
.ll.double ⫥
.t ⊥
.t.big ⟘
.tt ⫫
.t.short ⫠
.t.double.short ⫨
.tt ⫫
.b ⊤
.b.big ⟙
.bb ⫪
.b.short ⫟
.b.double.short ⫧
.bb ⫪
.l.r ⟛

zero 0\vs{text}
Expand Down
Loading