diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-18 11:36:23 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-18 11:36:47 +0200 |
| commit | 6378bb17547aeb3c24462c2127df01033a05dd53 (patch) | |
| tree | a703589b7e1f184770fe529c291ca11e76b8e29a /docs/changelog.md | |
| parent | 72d8a9c89aa9306518edd6484d2097d40ab28d19 (diff) | |
Add missing changelog item
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 4f83b588..15ba4d78 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -41,6 +41,8 @@ description: | - Fixed bug with destructuring in combination with break, continue, and return - Fixed argument types of [hyperbolic functions]($calc.cosh), they don't allow angles anymore (**Breaking change**) + - Renamed some color methods: `rgba` becomes `to-rgba`, `cmyk` becomes + `to-cmyk`, and `luma` becomes `to-luma` (**Breaking change**) - Export - Added SVG export @@ -112,8 +114,8 @@ description: | - Packages can now specify a [minimum compiler version](https://github.com/typst/packages#package-format) they require to work - - Fixed parser bug where method calls could be moved onto their own line - for `[#let]` expressions in markup (continues to work in code) + - Fixed parser bug where method calls could be moved onto their own line for + `[#let]` expressions in markup (**Breaking change**) - Fixed bugs in sentence and title case conversion for bibliographies - Fixed supplements for alphanumeric and author-title bibliography styles - Fixed off-by-one error in APA bibliography style |
