From 6abb71644b2112fa9b0cd696f16918f7ae8539c3 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Fri, 16 Dec 2022 15:15:29 -0300 Subject: [PATCH] [skip ci] Bring CHANGELOG up to date (#1517) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd6a7437..b6149e03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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