CHANGELOG.md in avrolution-0.7.0 vs CHANGELOG.md in avrolution-0.7.1
- old
+ new
@@ -1,9 +1,12 @@
# avrolution
+## v0.7.1
+- Adjust Rake task definitions to work with Ruby 3.0.
+
## v0.7.0
- Add support for Ruby 3.0.
-- Drop support for Ruby < 2.5.
+- Drop support for Ruby < 2.6.
- Use frozen string literals.
## v0.6.1
- Add missing require to `Avrolution::Rake::BaseTask`.