diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 20:23:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 20:23:37 +0200 |
| commit | 66de90437f64e532a51297dc233c57c2cda9a124 (patch) | |
| tree | 0a51c661b3c2a57182de34f881e848c7572c3ff5 /docs/src | |
| parent | f33103cf58f920f8e05ee7fadba9c377095edef8 (diff) | |
Update fibonacci example and add `round` function
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/general/changelog.md | 3 |
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 |
