CHANGELOG.md in thinreports-0.10.3 vs CHANGELOG.md in thinreports-0.11.0

- old
+ new

@@ -1,4 +1,24 @@ +## master + +## 0.11.0 + +Breaking Changes: + + * Dropped Ruby 2.1 support + * Dropped Ruby 2.2 support + * Dropped Ruby 2.3 support + * Formatter of a text-block works even with multiple-line (#95) + +Enhancements: + + * Ruby 2.7.0 support + * Support Pathname layout option on `Thinreports::Report` #99 [@meganemura] + +Bug Fixes: + + * Fixed: thousands separation is applied to decimal part #95 + ## 0.10.3 Bug Fixes: * Fixed: corner-radius of Rect is not applied correctly #93