mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Update NEWS in conjunction with #244
This commit is contained in:
parent
9e77132b34
commit
111dc5a2d4
1 changed files with 3 additions and 0 deletions
3
NEWS.md
3
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
|
||||
|
|
Loading…
Reference in a new issue