mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Amend changelog
This commit is contained in:
parent
b1e0de0078
commit
a810ae64bf
@ -16,6 +16,9 @@ description: |
|
|||||||
in patterns
|
in patterns
|
||||||
- Removed `before` and `after` arguments from [`query`]($func/query). This is
|
- Removed `before` and `after` arguments from [`query`]($func/query). This is
|
||||||
now handled through flexible [selectors]($type/selector) combinator methods
|
now handled through flexible [selectors]($type/selector) combinator methods
|
||||||
|
- Added support for [attachments]($func/attach) (sub-, superscripts) that
|
||||||
|
precede the base symbol. The `top` and `bottom` arguments have been renamed
|
||||||
|
to `t` and `b`.
|
||||||
|
|
||||||
- New features
|
- New features
|
||||||
- Added support for more complex [strokes]($func/line.stroke)
|
- Added support for more complex [strokes]($func/line.stroke)
|
||||||
@ -27,8 +30,6 @@ description: |
|
|||||||
- Added [`toml`]($func/toml) function for loading data from a TOML file
|
- Added [`toml`]($func/toml) function for loading data from a TOML file
|
||||||
- Added [`zip`]($type/array.zip), [`sum`]($type/array.sum), and
|
- Added [`zip`]($type/array.zip), [`sum`]($type/array.sum), and
|
||||||
[`product`]($type/array.product) methods for arrays
|
[`product`]($type/array.product) methods for arrays
|
||||||
- Added support for [attachments]($func/attach) (sub-, superscripts) that
|
|
||||||
precede the base symbol
|
|
||||||
- Added `fact`, `perm`, `binom`, `gcd`, `lcm`, `atan2`, `quo`, `trunc`, and
|
- Added `fact`, `perm`, `binom`, `gcd`, `lcm`, `atan2`, `quo`, `trunc`, and
|
||||||
`fract` [calculation]($category/calculate)
|
`fract` [calculation]($category/calculate)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user