Skip to content

Commit

Permalink
Docs for version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 8, 2021
1 parent 686bf84 commit 1543e02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### Development
### 5.0.0
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.0...main)

Enhancements:

* Support new #file_fixture_path and new fixture test support code. (Jon Rowe, #2398)
* Support for Rails 6.1. (Benoit Tigeot, Jon Rowe, Phil Pirozhkov, and more #2398)

Breaking Changes:

* Drop support for Rails below 5.2.

### 4.1.0 / 2021-03-06

Enhancements:
Expand Down
6 changes: 6 additions & 0 deletions features/upgrade/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Upgrading from rspec-rails 4.x to version 5

RSpec Rails 5 is a major version under semantic versioning, it also follows our new versioning strategy for RSpec-Rails, which is to keep in step with Rails supported versions. Thus it supports 5.2, 6.0 and 6.1. There are no changes required to upgrade to RSpec Rails 5 if you are using a supported version of Rails.

If you are using an older version of Rails, you can use 4.x which hard supports 5.0 and 5.1, and soft supports 4.2 (which is unmaintained).

# Upgrading from rspec-rails 3.x to version 4

RSpec Rails 4 is a major version under semantic versioning, it allowed us to change the supported Rails versions to 5 and 6 only. There are no changes required to upgrade to RSpec Rails 4 if you are using Rails 5 or 6.
Expand Down

0 comments on commit 1543e02

Please sign in to comment.