Ruby Units v2.3.1 Release Notes
Release Date: 2018-09-26 // over 6 years ago-
๐ Fixes #175 - Addition and subtraction of unitless values.
Previous changes from v2.3.0
-
- โก๏ธ Update ruby versions (#163)
- ๐ fix: temperature converting rational issue (#164)
- ๐ Fix add (+) and subtract (-) for BigDecimal scalars. (#167)
๐ #167 significantly improves performance when summing arrays of Units, particularly when the scalar is a
BigDecimal
, but represents a potentially breaking change.