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

[skip ci] Bring CHANGELOG up to date #1596

Merged
merged 1 commit into from
Dec 22, 2023
Merged

[skip ci] Bring CHANGELOG up to date #1596

merged 1 commit into from
Dec 22, 2023

Conversation

vsppedro
Copy link
Collaborator

@vsppedro vsppedro commented Dec 22, 2023

Unreleased

Backward-incompatible changes

  • Drop support for Rails 5.2 and 6.0 as well as Ruby 2.6 and 2.7 they've been end-of-lifed by @dougmrqs and @HeitorMC.
    The gem now supports Ruby 3.0+ and Rails 6.1+. (#1521, #1522, #1547, #1548)

Bug fixes

  • Fix validate_uniqueness_of matcher not supporting column of the type timestampz by @callahat. (#1544)
  • Ensure that validation specs work for ActiveModel without ActiveRecord by @stonefield. (#1580)

Features

Improvements

  • When an unrelated error is seen with negated allow_value, give a hint by @matsales28. (#1570)

@vsppedro vsppedro marked this pull request as ready for review December 22, 2023 18:44
Copy link
Collaborator

@matsales28 matsales28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We're missing this new feature on the changelog.
#1560 Add support for array attributes on validate_length_of matcher.

Otherwise, it looks great! Thanks for working on this.

@vsppedro
Copy link
Collaborator Author

Nice catch! Thank you!

@vsppedro vsppedro merged commit 6362b21 into main Dec 22, 2023
@vsppedro vsppedro deleted the update-changelog branch December 22, 2023 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants