diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/general/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index 2119c826..ce669bbb 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -20,8 +20,8 @@ description: | - Fixed alignment of [`line`]($func/line) elements - Math - - **Breaking change:** Improved parsing of function-like markup in - [attachments]($func/math.attach): `[$f^abs(3)$]` now parses as + - **Breaking change:** The syntax rules for mathematical + [attachments]($func/math.attach) were improved: `[$f^abs(3)$]` now parses as `[$f^(abs(3))$]` instead of `[$(f^abs)(3)$]`. To disambiguate, add a space: `[$f^zeta (3)$]`. - Added [forced size]($category/math/sizes) commands for math |
