summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-12-17 10:25:27 +0100
committerGitHub <noreply@github.com>2024-12-17 09:25:27 +0000
commit134638525516995d5947c5b3f98ffbc13784a143 (patch)
tree549d3ed3b5a4eac66b585314e772fda092058021 /docs/changelog
parented67220e4b5ae6b3a1bc50f59bd52b5b1dea3a6b (diff)
Rename `pattern` to `tiling` (#5590)
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/0.10.0.md2
-rw-r--r--docs/changelog/0.11.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/changelog/0.10.0.md b/docs/changelog/0.10.0.md
index 0b17bea5..5a2a3dea 100644
--- a/docs/changelog/0.10.0.md
+++ b/docs/changelog/0.10.0.md
@@ -31,7 +31,7 @@ description: Changes in Typst 0.10.0
- More LaTeX commands (e.g. for quotes) are now respected in `.bib` files
## Visualization
-- Added support for [patterns]($pattern) as fills and strokes
+- Added support for [patterns]($tiling) as fills and strokes
- The `alpha` parameter of the [`components`]($color.components) function on
colors is now a named parameter **(Breaking change)**
- Added support for the [Oklch]($color.oklch) color space
diff --git a/docs/changelog/0.11.1.md b/docs/changelog/0.11.1.md
index 3269c558..e045914b 100644
--- a/docs/changelog/0.11.1.md
+++ b/docs/changelog/0.11.1.md
@@ -37,7 +37,7 @@ description: Changes in Typst 0.11.1
## Export
- Fixed [smart quotes]($smartquote) in PDF outline
-- Fixed [patterns]($pattern) with spacing in PDF
+- Fixed [patterns]($tiling) with spacing in PDF
- Fixed wrong PDF page labels when [page numbering]($page.numbering) was
disabled after being previously enabled