summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 42cd4027..88c029c5 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -861,7 +861,7 @@ description: |
- Import autocompletion now only shows the latest package version until a
colon is typed
- Fixed autocompletion for dictionary key containing a space
- - Fixed autocompletion for for loops
+ - Fixed autocompletion for `for` loops
- Command line interface
- Added `typst query` subcommand to execute a
@@ -895,7 +895,7 @@ description: |
- Development
- Extracted parser and syntax tree into `typst-syntax` crate
- - The `World::today` implementation of Typst dependants may need fixing if
+ - The `World::today` implementation of Typst dependents may need fixing if
they have the same [bug](https://github.com/typst/typst/issues/1842) that
the CLI world had
@@ -1009,7 +1009,7 @@ description: |
path must contain `[{n}]` if the document has multiple pages.
- Added `--diagnostic-format=short` for Unix-style short diagnostics
- Doesn't emit color codes anymore if stderr isn't a TTY
- - Now sets the correct exit when invoked with a non-existent file
+ - Now sets the correct exit when invoked with a nonexistent file
- Now ignores UTF-8 BOM in Typst files
- Miscellaneous Improvements