summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/general/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index d5d6a9da..4d8c4867 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -12,6 +12,9 @@ description: |
- `typst fonts` to list all fonts
- **Breaking:** Manual counters now start at zero. Read the "How to step"
section [here]($func/counter) for more details
+- **Breaking:** Renamed the `{"author-date"}` and `{"author-title"}`
+ [bibliography styles]($func/bibliography.style) to `{"chicago-author-date"}`
+ and `{"chicago-author-title"}`
- Added support for clipping in [boxes]($func/box.clip) and
[blocks]($func/block.clip)
- Added [`polygon`]($func/polygon) function for drawing polygons