You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided in #324, that symbol for delta abbreviation to be ∆. For consistency, we should replace every delta symbol with ∆ instead of ▲ (or whatever currently it is).
The text was updated successfully, but these errors were encountered:
To avoid creating a breaking change, the old unit abbreviation should stay, but we add the new abbreviation before it in the list so that it takes presedence in ToString(). We can then add to our #180 wishlist for future removal in a major version bump.
Fixes#331
* Removed Delta suffix of TemperatureDelta units
Fixed generate-code.bat to allow spaces in script path.
* Fixed breaking tests caused by enums no longer matching by value with the addition of new non-"Delta" units
* Changed BaseUnit from KelvinDelta to Kelvin and updated test code
* Changed ▲to ∆ as per #327 and #328
We decided in #324, that symbol for delta abbreviation to be ∆. For consistency, we should replace every delta symbol with ∆ instead of ▲ (or whatever currently it is).
The text was updated successfully, but these errors were encountered: