diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-03-07 10:05:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-07 09:05:16 +0000 |
| commit | e0b2c32a8ee6fd5bb43e7f8973972d76bdef573b (patch) | |
| tree | 449d3421967c397b592294589c51f94ad1cda5bb /docs/changelog | |
| parent | 99b7d2898e802356c66fed01179d42cab9198617 (diff) | |
Mention that `sym.ohm` was removed in the 0.13.0 changelog (#6017)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'docs/changelog')
| -rw-r--r-- | docs/changelog/0.13.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md index 6c2fe427..50e7fca7 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -294,7 +294,6 @@ feature flag. `errorbar.diamond.stroked`, `errorbar.diamond.filled`, `errorbar.circle.stroked`, `errorbar.circle.filled` - `numero` - - `Omega.inv` - Renamed - `ohm.inv` to `Omega.inv` - Changed codepoint @@ -308,6 +307,7 @@ feature flag. - `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) + - `ohm` in favor of `Omega` ## Deprecations - The [`path`] function in favor of the [`curve`] function |
