diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-17 11:52:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 11:52:11 +0100 |
| commit | e294fe85a591f01aef1c2466aa0618dda3c58095 (patch) | |
| tree | a4178b83e47c7470b6cd8671e358a79232377f55 /docs | |
| parent | 2f1a5ab91444f6d45166d61aef33770bbe86953c (diff) | |
Bring back type/str compatibility for 0.13, with warnings and hints (#5877)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog/0.13.0.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md index 78a8f897..5639f95b 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -313,6 +313,9 @@ feature flag. functions directly accepting both paths and bytes - The `sect` and its variants in favor of `inter`, and `integral.sect` in favor of `integral.inter` +- The compatibility behavior of type/str comparisons (e.g. `{int == "integer"}`) + which was temporarily introduced in Typst 0.8 now emits warnings. It will be + removed in Typst 0.14. ## Removals - Removed `style` function and `styles` argument of [`measure`], use a [context] @@ -324,9 +327,6 @@ feature flag. - Removed compatibility behavior where [`counter.display`] worked without [context] **(Breaking change)** - Removed compatibility behavior of [`locate`] **(Breaking change)** -- Removed compatibility behavior of type/str comparisons - (e.g. `{int == "integer"}`) which was temporarily introduced in Typst 0.8 - **(Breaking change)** ## Development - The `typst::compile` function is now generic and can return either a |
