Brick\Math v0.2.2 Release Notes

Release Date: 2015-06-04 // almost 9 years ago
  • Stronger immutability guarantee for BigInteger and BigDecimal.

    🚀 So far, it would have been possible to break immutability of these classes by calling the unserialize() internal function. This release fixes that.