CHANGELOG.md in minitest-spec-rails-7.0.0 vs CHANGELOG.md in minitest-spec-rails-7.1.0
- old
+ new
@@ -1,4 +1,10 @@
+## 7.1.0
+
+- Use Minitest instead of MiniTest. Fixes #119. Thanks @evgeni
+- Fix ActionCable::Channel::TestCase support. Fixes #118. Thanks @marcoroth
+- Add support for ActionCable::Channel::TestCase. Fixes #117. Thanks @tijn
+
## 7.0.0
- Add support for ActionCable::Channel::TestCase. Fixed #117. Thanks @tijn
- Remove automated tests for Rails v5 and Ruby v2.
- Update all of our tests and examples to use non-global expectations.