Mention that sym.ohm was removed in the 0.13.0 changelog (#6017)

Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
Malo 2025-03-07 10:05:16 +01:00 committed by GitHub
parent 99b7d2898e
commit e0b2c32a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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