This commit is contained in:
Laurenz 2025-02-04 10:53:32 +01:00
parent c6ceafa415
commit 5bf0d2ff93

View File

@ -254,8 +254,34 @@ feature flag.
- Fixed crash when piping `typst fonts` output to another command - Fixed crash when piping `typst fonts` output to another command
## Symbols ## Symbols
- Added: `numero`, `eq.triple.not`, `asymp`, `asymp.not` - New
TODO (update after codex bump) - `inter`, `inter.and`, `inter.big`, `inter.dot`, `inter.double`, `inter.sq`,
`inter.sq.big`, `inter.sq.double`, `integral.inter`
- `asymp`, `asymp.not`
- `mapsto`, `mapsto.long`
- `divides.not.rev`, `divides.struck`
- `interleave`, `interleave.big`, `interleave.struck`
- `eq.triple.not`, `eq.dots`, `eq.dots.down`, `eq.dots.up`
- `smt`, `smt.eq`, `lat`, `lat.eq`
- `colon.tri`, `colon.tri.op`
- `dagger.triple`, `dagger.l`, `dagger.r`, `dagger.inv`
- `hourglass.stroked`, `hourglass.filled`
- `die.six`, `die.five`, `die.four`, `die.three`, `die.two`, `die.one`
- `errorbar.square.stroked`, `errorbar.square.filled`,
`errorbar.diamond.stroked`, `errorbar.diamond.filled`,
`errorbar.circle.stroked`, `errorbar.circle.filled`
- `numero`
- `Omega.inv`
- Renamed
- `ohm.inv` to `Omega.inv`
- Changed codepoint
- `angle.l.double` from `《` to `⟪`
- `angle.r.double` from `》` to `⟫`
- Deprecated
- `sect` and all its variants
- `integral.sect`
- Removed
- `degree.c`, `degree.f`, `ohm.inv`, `angstrom`, `kelvin`
## Deprecations ## Deprecations
- The [`path`] function in favor of the [`curve`] function - The [`path`] function in favor of the [`curve`] function