summaryrefslogtreecommitdiff
path: root/docs/src/general
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-27 20:23:37 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-27 20:23:37 +0200
commit66de90437f64e532a51297dc233c57c2cda9a124 (patch)
tree0a51c661b3c2a57182de34f881e848c7572c3ff5 /docs/src/general
parentf33103cf58f920f8e05ee7fadba9c377095edef8 (diff)
Update fibonacci example and add `round` function
Diffstat (limited to 'docs/src/general')
-rw-r--r--docs/src/general/changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index ecb23efe..be1cdc37 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -18,11 +18,12 @@ description: |
- Fixed [matrices]($func/mat) with explicit delimiter
- Fixed build of CLI if `git` is not installed
- Links in bibliographies are now affected by link styling
- `[#counter(..).update(0)]`
- Added support for disabling [matrix]($func/mat) and [vector]($func/vec)
delimiters. Generally with `[#set math.mat(delim: none)]` or one-off with
`[$mat(delim: #none, 1, 2; 3, 4)$]`.
+- Added [`round`]($func/round) function for equations
- Numberings now allow zeros. To reset a counter, you can write
+ `[#counter(..).update(0)]`
- Added `--font-path` argument for CLI
- Added Nix flake
- Numerous documentation fixes