CHANGELOG.md in measured-2.6.0 vs CHANGELOG.md in measured-2.7.0

- old
+ new

@@ -1,4 +1,11 @@ +2.7.0 +----- + +* Raises an exception on cyclic conversions. (@arturopie) +* Deduplicate strings loaded from the cache. +* Deduplicate parsed units. + 2.6.0 ----- * Add `Measured::MissingConversionPath` and `Measured::UnitAlreadyAdded` as subclasses of `Measured::UnitError` to handle specific error cases. (@arturopie) * Support only ActiveSupport 5.2 and above.