1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

[skip ci] Bring CHANGELOG up to date (#1502)

This commit is contained in:
Pedro Paiva 2022-09-15 18:26:22 -03:00 committed by GitHub
parent 8837ef72df
commit ae01a9d961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,24 @@
# Changelog
## Unreleased
### Features
* Add without_scopes method to enum matcher. ([#1453])
* Add support for Ruby 3.1. ([#1474])
* Add allow_blank method to validate_presence_of matcher. ([#1499])
* Add support for Rails 7.0. No new Rails 7.0 features are supported, but only
existing features that broke with the upgrade. ([#1506])
[#1453]: https://github.com/thoughtbot/shoulda-matchers/pull/1453
[#1474]: https://github.com/thoughtbot/shoulda-matchers/pull/1474
[#1499]: https://github.com/thoughtbot/shoulda-matchers/pull/1499
[#1506]: https://github.com/thoughtbot/shoulda-matchers/pull/1506
## 5.1.0 - 2021-12-22
### Bug fixes