diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-24 16:14:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-24 16:14:38 +0100 |
| commit | 7845f34e2b1ae7b96b02f6bd72131731f385097e (patch) | |
| tree | 38ad9f228a83f1ea7e8689eae087f1478ab087f5 /docs/src/general | |
| parent | 87991b81d6e1572299eae209d2a7415fe14a0e39 (diff) | |
Changelog
Diffstat (limited to 'docs/src/general')
| -rw-r--r-- | docs/src/general/changelog.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index 723f4add..6d3ad42f 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -5,6 +5,19 @@ description: | --- # Changelog +## Unreleased +- Added [`panic`]($func/panic) function +- Added [`clusters`]($type/string.clusters) and [`codepoints`]($type/string.codepoints) + methods for strings +- Support for multiple authors in [`set document`]($func/document.author) +- Fixed crash when string is accessed at a position that is not a char boundary +- Fixed semicolon parsing in `[#var ;]` +- Fixed incremental parsing when inserting backslash at end of `[#"abc"]` +- Fixed names of a few font families + (including Noto Sans Symbols and New Computer Modern families) +- Fixed autocompletion for font families +- Improved incremental compilation for user-defined functions + ## February 15, 2023 - [Box]($func/box) and [block]($func/block) have gained `fill`, `stroke`, `radius`, and `inset` properties |
