Skip to content

Commit 88e2bef

Browse files
T0mstoneMDLC01
andauthored
Remove deprecations (#121)
Co-authored-by: Malo <[email protected]>
1 parent f880a58 commit 88e2bef

File tree

3 files changed

+46
-126
lines changed

3 files changed

+46
-126
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,51 @@
77
- Currency
88
- `riyal`: ⃁
99

10+
### Removals **(Breaking change)**
11+
12+
These previously deprecated items were removed:
13+
- `paren.double.*`
14+
- `brace.double.*`
15+
- `bracket.double.*`
16+
- `shell.double.*`
17+
- `bar.circle`
18+
- `ast.small`
19+
- `ast.circle`
20+
- `backslash.circle`
21+
- `dash.circle`
22+
- `dot.circle`, `dot.circle.big`
23+
- `quote.angle.*`
24+
- `plus.circle`, `plus.circle.*`
25+
- `plus.small`
26+
- `minus.circle`
27+
- `div.circle`
28+
- `times.circle`, `times.circle.big`
29+
- `eq.circle`
30+
- `eq.small`
31+
- `gt.circle`
32+
- `gt.small`
33+
- `lt.circle`
34+
- `lt.small`
35+
- `sect`, `sect.*`
36+
- `diff`
37+
- `integral.sect`
38+
- `angle.l`, `angle.l.*`
39+
- `angle.r`, `angle.r.*`
40+
- `angle.oblique`
41+
- `angle.right.sq`
42+
- `angle.spheric.top`
43+
- `parallel.circle`
44+
- `perp.circle`
45+
- `franc`
46+
- `circle.nested`
47+
- `kai`, `Kai`
48+
- `alef`
49+
- `bet`
50+
- `gimmel`
51+
- `dalet`
52+
- `shin`
53+
- `planck.reduce`
54+
1055
## Version 0.2.0 (October 7, 2025)
1156

1257
### General changes

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ mod test {
161161
for (key, control) in [
162162
(
163163
"backslash",
164-
[("", "\\"), ("circle", "⦸"), ("not", "⧷"), ("o", "⦸")].as_slice(),
164+
[("", "\\"), ("not", "⧷"), ("o", "⦸")].as_slice(),
165165
),
166166
("chi", &[("", "χ")]),
167167
("forces", &[("", "⊩"), ("not", "⊮")]),

0 commit comments

Comments
 (0)