Skip to content

Commit acfcc37

Browse files
committed
Remove deprecated tack.triple which never existed
1 parent f09f65b commit acfcc37

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
- `bowtie.filled`: ⧓
6262
- `bowtie.filled.l`: ⧑
6363
- `bowtie.filled.r`: ⧒
64+
- `tack.rrr`: ⫢
6465
- `tacks.ll.rr`: ⟚
6566
- `tacks.t.b.short`: ⫩
6667

@@ -83,7 +84,7 @@
8384
- `gt.tri` and variants in favor of `gt.closed`
8485
- `lt.tri` and variants in favor of `lt.closed`
8586
- `join` and its variants in favor of `bowtie.big` with the same variants
86-
- `tack.r.double`, `tack.r.double.not`, `tack.r.triple`, `tack.l.double`, `tack.t.double`, and `tack.b.double` in favor of `tack.rr`, `tack.rr.not`, `tack.rrr`, `tack.ll`, `tack.tt`, and `tack.bb` respectively.
87+
- `tack.r.double`, `tack.r.double.not`, `tack.l.double`, `tack.t.double`, and `tack.b.double` in favor of `tack.rr`, `tack.rr.not`, `tack.ll`, `tack.tt`, and `tack.bb` respectively.
8788
- `tack.l.r` in favor of `tacks.l.r`.
8889

8990
### Removals **(Breaking change)**

src/modules/sym.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,6 @@ tack
11081108
@deprecated: `tack.double` is deprecated, use repeated letters instead, e.g., `tack.rr.not`
11091109
.r.double.not ⊭
11101110
.rr.not ⊭
1111-
@deprecated: `tack.triple` is deprecated, use `tack.rrr` instead
1112-
.r.triple ⫢
11131111
.rrr ⫢
11141112
.l ⊣
11151113
.l.long ⟞

0 commit comments

Comments
 (0)