summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-04-26 18:41:58 +0200
committerMartin Haug <mhaug@live.de>2023-04-26 18:41:58 +0200
commita810ae64bf358357b7d3d09b3d38787f7c757e6f (patch)
treee6b5a53aa7c753df5ae43e77c8deee86ed6fe058 /docs
parentb1e0de00784061a7670072160683f56c8269b25c (diff)
Amend changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/src/general/changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index c05ce21c..0703421a 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -16,6 +16,9 @@ description: |
in patterns
- Removed `before` and `after` arguments from [`query`]($func/query). This is
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
- 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 [`zip`]($type/array.zip), [`sum`]($type/array.sum), and
[`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
`fract` [calculation]($category/calculate)