1
0
Fork 0
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:
Elliot Winkler 2013-05-23 21:26:45 -06:00
parent 9e77132b34
commit 111dc5a2d4

View file

@ -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