From ff41dc9f3a00b36a6dd6baf34f5f91eb37663d41 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Wed, 15 Dec 2021 09:13:02 -0300 Subject: [PATCH] Bring CHANGELOG up to date --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84336c2e7..008b01ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Unreleased + +### Bug fixes + +* Fix the undefined method error for non rails project due to use of many? - method from ActiveSupport. ([#1459]) + +[#1459]: https://github.com/thoughtbot/shoulda-matchers/pull/1459 + +### Features + +* Add array option support for have db column matcher. ([#1465]) + +* Add enum attributes support for validate_absence_of matcher. ([#1464]) + +[#1464]: https://github.com/thoughtbot/shoulda-matchers/pull/1464 +[#1465]: https://github.com/thoughtbot/shoulda-matchers/pull/1465 + ## 5.0.0 - 2021-07-09 ### Bug fixes