diff --git a/Changelog.md b/Changelog.md index 3fb5618bd5..15b62aad3d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...main) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.2...main) Enhancements: @@ -15,6 +15,9 @@ Enhancements: * Prevent collisions with `let(:name)` for Rails 6.1 and `let(:method_name)` on older Rails. (Benoit Tigeot, #2461) +### 4.0.2 / 2020-12-26 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...v4.0.2) + Bug Fixes: * Indent all extra failure lines output from system specs. (Alex Robbin, #2321)