diff --git a/NEWS.md b/NEWS.md index 0d767a9c..4e4f5384 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,9 @@ * Fix `validate_uniqueness_of.scoped_to` issue when the scoped field is already taken (#207). +* Add comparison submatchers to `validate_numericality_of` to correspond to the + comparison options you can give to `validates_numericality_of` (#244). + # v 2.1.0 * Add missing `failure_message_for_should_not` implementations to