Skip to content
Merged
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
69 changes: 36 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,62 @@

### General changes

- Trivially updated to Unicode 17.0.0
- Updated to Unicode 17.0.0
- Added numeral systems API under the `numeral-systems` feature flag
- Compared to Typst 0.14.2, added Tibetan numerals to `numeral-systems`.
- Compared to Typst 0.14.2, added Tibetan numerals and Arabic letters in abjad order.

### New in `sym`

- Punctuation
- `underscore`: _

- Mathematical symbols
- `pee`: ℘
- `mapsfrom`: ↤
- `mapsfrom.long` ⟻
- `emptyset.zero`: ∅︀
- `nothing.zero`: ∅︀
- `union.serif`: ∪︀
- `union.sq.serif`: ⊔︀
- `inter.serif`: ∩︀
- `inter.sq.serif`: ⊓︀
- `gt.double.nested`: ⪢
- `lt.double.nested`: ⪡
- `gt.closed`: ⊳
- `gt.closed.not`: ⋫
- `gt.closed.eq`: ⊵
- `gt.closed.eq.not`: ⋭
- `gt.arc` ⪧
- `gt.arc.eq` ⪩
- `gt.quest`: ⩼
- `lt.double.nested`: ⪡
- `lt.closed`: ⊲
- `lt.closed.not`: ⋪
- `lt.closed.eq`: ⊴
- `lt.closed.eq.not`: ⋬
- `lt.arc`: ⪦
- `lt.arc.eq`: ⪨
- `mapsfrom`: ↤
- `mapsfrom.long` ⟻
- `subset.approx`: ⫉
- `subset.closed`: ⫏
- `subset.closed.eq`: ⫑
- `subset.eq.dot`: ⫃
- `subset.equiv`: ⫅
- `subset.nequiv`: ⫋
- `subset.plus`: ⪿
- `subset.tilde`: ⫇
- `subset.times`: ⫁
- `supset.approx`: ⫊
- `lt.quest`: ⩻
- `supset.closed`: ⫐
- `supset.closed.eq`: ⫒
- `supset.eq.dot`: ⫄
- `supset.equiv`: ⫆
- `supset.nequiv`: ⫌
- `supset.plus`: ⫀
- `supset.tilde`: ⫈
- `supset.approx`: ⫊
- `supset.eq.dot`: ⫄
- `supset.plus`: ⫀
- `supset.times`: ⫂
- `pee`: ℘
- `gt.closed`: ⊳
- `gt.closed.eq`: ⊵
- `gt.closed.eq.not`: ⋭
- `gt.closed.not`: ⋫
- `lt.closed`: ⊲
- `lt.closed.eq`: ⊴
- `lt.closed.eq.not`: ⋬
- `lt.closed.not`: ⋪
- `eq.dot`: ≐

- Decorated mathematical symbols
- `subset.closed`: ⫏
- `subset.closed.eq`: ⫑
- `subset.equiv`: ⫅
- `subset.nequiv`: ⫋
- `subset.tilde`: ⫇
- `subset.approx`: ⫉
- `subset.eq.dot`: ⫃
- `subset.plus`: ⪿
- `subset.times`: ⫁
- `plus.hat`: ⨣
- `approx.hat`: ⩯
- `lt.quest`: ⩻
- `gt.quest`: ⩼
- `eq.dot`: ≐
- `eq.ast`: ⩮

- Miscellaneous technical
Expand All @@ -75,7 +73,12 @@
- `bowtie.filled`: ⧓
- `bowtie.filled.l`: ⧑
- `bowtie.filled.r`: ⧒
- `tack.rr`: ⊨
- `tack.rr.not`: ⊭
- `tack.rrr`: ⫢
- `tack.ll`: ⫤
- `tack.tt`: ⫫
- `tack.bb`: ⫪

- Arrows
- `arrow.tr.bar`: 🢹
Expand All @@ -90,7 +93,7 @@
- Keyboard labels
- `spacebar`: ␣

- Control (Printable symbols representing non-printable characters)
- Printable symbols representing control characters, under a `control` submodule
- `nul`: ␀
- `soh`: ␁
- `stx`: ␂
Expand Down Expand Up @@ -145,7 +148,7 @@
- `join` and its variants in favor of `bowtie.big` with the same variants
- `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.

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

These previously deprecated items were removed:
- `paren.double.*`
Expand Down
Loading