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:
parent
8837ef72df
commit
ae01a9d961
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,5 +1,24 @@
|
||||||
# Changelog
|
# 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
|
## 5.1.0 - 2021-12-22
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
Loading…
Reference in a new issue