summaryrefslogtreecommitdiff
path: root/docs/src/general
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/general')
-rw-r--r--docs/src/general/changelog.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index ae02945d..95808fab 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -5,7 +5,7 @@ description: |
---
# Changelog
-## Unreleased
+## Version 0.6.0 (June 30, 2023) { #v0.6.0 }
- Package Management
- Typst now has built-in [package management]($scripting/#packages)
- You can import [published]($packages) community packages or create and use
@@ -54,15 +54,17 @@ description: |
- Added some hints for error messages
- Added some missing syntaxes for [`raw`]($func/raw) highlighting
- Improved rendering of rotated images in PNG export and web app
- - Made [footnotes]($func/footnote) reusable and referencable
+ - Made [footnotes]($func/footnote) reusable and referenceable
- Fixed bug with citations and bibliographies in [`locate`]($func/locate)
- Fixed inconsistent tense in documentation
- Development
- Added [contribution guide](https://github.com/typst/typst/blob/main/CONTRIBUTING.md)
- - Reworked `World` interface to accommodate for package managment and make
+ - Reworked `World` interface to accommodate for package management and make
it a bit simpler to implement _(Breaking change for implementors)_
+<contributors from="v0.5.0" to="v0.6.0" />
+
## Version 0.5.0 (June 9, 2023) { #v0.5.0 }
- Text and Layout
- Added [`raw`]($func/raw) syntax highlighting for many more languages