summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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