diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-03-07 10:17:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 09:17:11 +0000 |
| commit | 476c2df312e8c80ff455a355ce1e987312444cb8 (patch) | |
| tree | c07b3fe41e6e44af256d61aeaac744224d00c5c0 | |
| parent | e0b2c32a8ee6fd5bb43e7f8973972d76bdef573b (diff) | |
Mark breaking symbol changes as breaking in 0.13.0 changelog (#6024)
| -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 50e7fca7..1cca48aa 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -294,16 +294,16 @@ feature flag. `errorbar.diamond.stroked`, `errorbar.diamond.filled`, `errorbar.circle.stroked`, `errorbar.circle.filled` - `numero` -- Renamed +- Renamed **(Breaking change)** - `ohm.inv` to `Omega.inv` -- Changed codepoint +- Changed codepoint **(Breaking change)** - `angle.l.double` from `《` to `⟪` - `angle.r.double` from `》` to `⟫` - `angstrom` from U+212B (`Å`) to U+00C5 (`Å`) - Deprecated - `sect` and all its variants in favor of `inter` - `integral.sect` in favor of `integral.inter` -- Removed +- Removed **(Breaking change)** - `degree.c` in favor of `°C` (`[$upright(°C)$]` or `[$upright(degree C)$]` in math) - `degree.f` in favor of `°F` (`[$upright(°F)$]` or `[$upright(degree F)$]` in math) - `kelvin` in favor of just K (`[$upright(K)$]` in math) |
