From 66de90437f64e532a51297dc233c57c2cda9a124 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 20:23:37 +0200 Subject: Update fibonacci example and add `round` function --- docs/src/general/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/src') 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 -- cgit v1.2.3