Update NEWS

[skip ci]
This commit is contained in:
Elliot Winkler 2018-09-11 23:37:41 -06:00 committed by Gui Vieira
parent c600c61c9b
commit 18e7c88aaa
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ is now:
* *Original issue: [#904]*
* Add negative versions of all validation matchers (i.e. implement
`does_not_match?` for them) to prevent them from blowing up with
"undefined method \`attribute_setter' for nil:NilClass".
* *Original issue: [#904]*
### Features
* Add `required` and `optional` qualifiers to `belong_to` and `have_one`