Skip to content

Commit f2eb955

Browse files
authored
Update changelog for 0.3.0 (typst#172)
1 parent 312f8c7 commit f2eb955

1 file changed

Lines changed: 36 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,64 +4,62 @@
44

55
### General changes
66

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

1111
### New in `sym`
1212

1313
- Punctuation
1414
- `underscore`: _
1515

1616
- Mathematical symbols
17+
- `pee`: ℘
18+
- `mapsfrom`: ↤
19+
- `mapsfrom.long`
1720
- `emptyset.zero`: ∅︀
1821
- `nothing.zero`: ∅︀
1922
- `union.serif`: ∪︀
2023
- `union.sq.serif`: ⊔︀
2124
- `inter.serif`: ∩︀
2225
- `inter.sq.serif`: ⊓︀
2326
- `gt.double.nested`: ⪢
24-
- `lt.double.nested`: ⪡
27+
- `gt.closed`: ⊳
28+
- `gt.closed.not`: ⋫
29+
- `gt.closed.eq`: ⊵
30+
- `gt.closed.eq.not`: ⋭
2531
- `gt.arc`
2632
- `gt.arc.eq`
33+
- `gt.quest`: ⩼
34+
- `lt.double.nested`: ⪡
35+
- `lt.closed`: ⊲
36+
- `lt.closed.not`: ⋪
37+
- `lt.closed.eq`: ⊴
38+
- `lt.closed.eq.not`: ⋬
2739
- `lt.arc`: ⪦
2840
- `lt.arc.eq`: ⪨
29-
- `mapsfrom`: ↤
30-
- `mapsfrom.long`
31-
- `subset.approx`: ⫉
32-
- `subset.closed`: ⫏
33-
- `subset.closed.eq`: ⫑
34-
- `subset.eq.dot`: ⫃
35-
- `subset.equiv`: ⫅
36-
- `subset.nequiv`: ⫋
37-
- `subset.plus`: ⪿
38-
- `subset.tilde`: ⫇
39-
- `subset.times`: ⫁
40-
- `supset.approx`: ⫊
41+
- `lt.quest`: ⩻
4142
- `supset.closed`: ⫐
4243
- `supset.closed.eq`: ⫒
43-
- `supset.eq.dot`: ⫄
4444
- `supset.equiv`: ⫆
4545
- `supset.nequiv`: ⫌
46-
- `supset.plus`: ⫀
4746
- `supset.tilde`: ⫈
47+
- `supset.approx`: ⫊
48+
- `supset.eq.dot`: ⫄
49+
- `supset.plus`: ⫀
4850
- `supset.times`: ⫂
49-
- `pee`: ℘
50-
- `gt.closed`: ⊳
51-
- `gt.closed.eq`: ⊵
52-
- `gt.closed.eq.not`: ⋭
53-
- `gt.closed.not`: ⋫
54-
- `lt.closed`: ⊲
55-
- `lt.closed.eq`: ⊴
56-
- `lt.closed.eq.not`: ⋬
57-
- `lt.closed.not`: ⋪
58-
- `eq.dot`: ≐
59-
60-
- Decorated mathematical symbols
51+
- `subset.closed`: ⫏
52+
- `subset.closed.eq`: ⫑
53+
- `subset.equiv`: ⫅
54+
- `subset.nequiv`: ⫋
55+
- `subset.tilde`: ⫇
56+
- `subset.approx`: ⫉
57+
- `subset.eq.dot`: ⫃
58+
- `subset.plus`: ⪿
59+
- `subset.times`: ⫁
6160
- `plus.hat`: ⨣
6261
- `approx.hat`: ⩯
63-
- `lt.quest`: ⩻
64-
- `gt.quest`: ⩼
62+
- `eq.dot`: ≐
6563
- `eq.ast`: ⩮
6664

6765
- Miscellaneous technical
@@ -75,7 +73,12 @@
7573
- `bowtie.filled`: ⧓
7674
- `bowtie.filled.l`: ⧑
7775
- `bowtie.filled.r`: ⧒
76+
- `tack.rr`: ⊨
77+
- `tack.rr.not`: ⊭
7878
- `tack.rrr`: ⫢
79+
- `tack.ll`: ⫤
80+
- `tack.tt`: ⫫
81+
- `tack.bb`: ⫪
7982

8083
- Arrows
8184
- `arrow.tr.bar`: 🢹
@@ -90,7 +93,7 @@
9093
- Keyboard labels
9194
- `spacebar`: ␣
9295

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

148-
### Removals **(Breaking change)**
151+
### Removals in `sym` **(Breaking change)**
149152

150153
These previously deprecated items were removed:
151154
- `paren.double.*`

0 commit comments

Comments
 (0)