Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 876 Bytes

Changelog

5.0.0.rc1 - 2023-03-23

  • shoulda now relies upon shoulda-matchers 5.x. You can find changes to shoulda-matchers in its changelog.
  • Support for Ruby < 3 and Rails < 6.1 have been dropped due to being EOL.
  • Support for Ruby 3.0, 3.1, and 3.2 as well as Rails 6.1 and 7.0 have been added.

4.0.0 - 2020-06-13

  • shoulda now brings in shoulda-context 2.0.0, which adds compatibility for Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0! Note that there are some backward incompatible changes, so please see the changelog entry for this release to learn more.