CHANGELOG.md in measured-2.8.0 vs CHANGELOG.md in measured-2.8.1
- old
+ new
@@ -1,7 +1,16 @@
Unreleased
-----
+
+
+2.8.1
+-----
+
+* Allow format without the conversion string. (@saraid)
+* Add special case for zero coercion to allow direct use of `sum` method. (@jmortlock)
+* Add useful numeric methods `finite?`, `infinite?`, `zero?`, `nonzero?`, `positive?` and `negative?`. (@jmortlock)
+
2.8.0
-----
* Drop support for Ruby 2.5
* Use Ruby 3.0.2 for development