mirror of
https://github.com/typst/typst
synced 2025-05-22 21:15:28 +08:00
Add missing changelog item
This commit is contained in:
parent
72d8a9c89a
commit
6378bb1754
@ -41,6 +41,8 @@ description: |
|
|||||||
- Fixed bug with destructuring in combination with break, continue, and return
|
- Fixed bug with destructuring in combination with break, continue, and return
|
||||||
- Fixed argument types of [hyperbolic functions]($calc.cosh), they don't allow
|
- Fixed argument types of [hyperbolic functions]($calc.cosh), they don't allow
|
||||||
angles anymore (**Breaking change**)
|
angles anymore (**Breaking change**)
|
||||||
|
- Renamed some color methods: `rgba` becomes `to-rgba`, `cmyk` becomes
|
||||||
|
`to-cmyk`, and `luma` becomes `to-luma` (**Breaking change**)
|
||||||
|
|
||||||
- Export
|
- Export
|
||||||
- Added SVG export
|
- Added SVG export
|
||||||
@ -112,8 +114,8 @@ description: |
|
|||||||
- Packages can now specify a
|
- Packages can now specify a
|
||||||
[minimum compiler version](https://github.com/typst/packages#package-format)
|
[minimum compiler version](https://github.com/typst/packages#package-format)
|
||||||
they require to work
|
they require to work
|
||||||
- Fixed parser bug where method calls could be moved onto their own line
|
- Fixed parser bug where method calls could be moved onto their own line for
|
||||||
for `[#let]` expressions in markup (continues to work in code)
|
`[#let]` expressions in markup (**Breaking change**)
|
||||||
- Fixed bugs in sentence and title case conversion for bibliographies
|
- Fixed bugs in sentence and title case conversion for bibliographies
|
||||||
- Fixed supplements for alphanumeric and author-title bibliography styles
|
- Fixed supplements for alphanumeric and author-title bibliography styles
|
||||||
- Fixed off-by-one error in APA bibliography style
|
- Fixed off-by-one error in APA bibliography style
|
||||||
|
Loading…
x
Reference in New Issue
Block a user