From 6d457587ce2f9d96dac82c70b651834adf8791bd Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:08:38 +0200 Subject: [PATCH 1/3] Reorder entries --- src/modules/sym.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index c0cdbc4..ab90986 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -1103,12 +1103,12 @@ tack .ll ⫤ .t ⊥ .t.big ⟘ - .tt ⫫ .t.short ⫠ + .tt ⫫ .b ⊤ .b.big ⟙ - .bb ⫪ .b.short ⫟ + .bb ⫪ .l.r ⟛ zero 0\vs{text} From 20a45bbda2929c2394c2226c29003636b652afa1 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:09:02 +0200 Subject: [PATCH 2/3] Add double and triple tacks --- src/modules/sym.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index ab90986..f98496a 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -1094,20 +1094,30 @@ 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 ⟘ .t.short ⫠ + .t.double.short ⫨ .tt ⫫ .b ⊤ .b.big ⟙ .b.short ⫟ + .b.double.short ⫧ .bb ⫪ .l.r ⟛ From b6fc6cc37f522eb5b6fc9db09b443bdf7ed7bb20 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:43:21 +0200 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7164f..089f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` ⊩ + - `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