Skip to content

Commit

Permalink
[skip ci] Bring CHANGELOG up to date (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Dec 16, 2022
1 parent da9b565 commit 6abb716
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Unreleased

### Features

* Add `in: range` matcher to validate_numericality_of. ([#1512])

* Support :uuid column type for validate_absence_of matcher. ([#1518])

[#1512]: https://github.com/thoughtbot/shoulda-matchers/pull/1512
[#1518]: https://github.com/thoughtbot/shoulda-matchers/pull/1518

### Bug fixes

* Fix confusing error message from validate_inclusion_of matcher when used against a polymorphic association. ([#1523])

[#1523]: https://github.com/thoughtbot/shoulda-matchers/pull/1523

## 5.2.0 - 2022-09-15

### Features
Expand Down

0 comments on commit 6abb716

Please sign in to comment.