From 82ee4bfd879adc6a65f4dbfb92de9341e6c4f0dd Mon Sep 17 00:00:00 2001 From: T0mstone Date: Sat, 18 Apr 2026 18:47:35 +0200 Subject: [PATCH 1/5] Convert dotless to a submodule --- src/modules/sym.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 7b9b4258..d8e2ed5b 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -1234,9 +1234,10 @@ pee ℘ planck ħ Re ℜ Im ℑ -dotless - .i ı - .j ȷ +dotless { + i ı + j ȷ +} // Miscellany. die From ac49c29fc32e098d77a2b4ac2706d339850276f0 Mon Sep 17 00:00:00 2001 From: T0mstone Date: Sat, 18 Apr 2026 18:52:12 +0200 Subject: [PATCH 2/5] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4646372..dacaf235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. + ## Version 0.2.0 (October 7, 2025) ### General changes From cfe20fdd8497e5aebede6cc971b2856222b6d6c5 Mon Sep 17 00:00:00 2001 From: T0mstone Date: Tue, 16 Jun 2026 00:41:58 +0200 Subject: [PATCH 3/5] Fix/Update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b133832e..6ec6c139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +### General changes + +- The `dotless` symbol was converted to a module, + meaning you can no longer use `dotless` as a shorthand for `dotless.i`. + ## Version 0.3.0 (June 4, 2026) ### General changes @@ -193,9 +200,6 @@ 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`. - ## Version 0.2.0 (October 7, 2025) ### General changes From abbd82a23bde85bb070101c1aa1a798ced386c6c Mon Sep 17 00:00:00 2001 From: T0mstone Date: Tue, 16 Jun 2026 15:27:13 +0200 Subject: [PATCH 4/5] Apply suggestion Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec6c139..c9afe6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### General changes - The `dotless` symbol was converted to a module, - meaning you can no longer use `dotless` as a shorthand for `dotless.i`. + meaning you can no longer use `dotless` as a shorthand for `dotless.i`. **(Breaking change)** ## Version 0.3.0 (June 4, 2026) From ddddfa2d8cf793c7afda4c0ce86316084c0bec8c Mon Sep 17 00:00:00 2001 From: T0mstone Date: Tue, 16 Jun 2026 15:30:51 +0200 Subject: [PATCH 5/5] Add empty line for consistency --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2440257..8a73e441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ 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.*`