From ae01a9d9611b3f3a6688dc9918c45ec10355537c Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Thu, 15 Sep 2022 18:26:22 -0300 Subject: [PATCH] [skip ci] Bring CHANGELOG up to date (#1502) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2545bf90..f6e12fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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