Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG #1468

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down