accepted/calculation-api.changes.md
Narrow and clarify the behavior of Calculation.clamp() with
potentially-multiple arguments.
Make the argument type of CalculationOperation.equals() and
CalculationInterpolation.equals() unknown to match the immutable.js
typings.
Rather than making each SassCalculation factory check transitively for
quoted strings, make CalculationOperation's constructor check for them so
that they're guaranteed not to exist transitively.
CalculationOperation and CalculationInterpolation concrete rather
than abstract classes.CalculationValue and CalculationOperator types.SassCalculation.clamp to interpret comma-separated min values as
valid input for value and max.