mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Put bug fixes above features [ci skip]
This commit is contained in:
parent
938e8e6940
commit
eadbdf8ee9
1 changed files with 8 additions and 8 deletions
16
NEWS.md
16
NEWS.md
|
@ -1,13 +1,5 @@
|
|||
# HEAD
|
||||
|
||||
### Features
|
||||
|
||||
* Update `dependent` qualifier on association matchers to support `:destroy`,
|
||||
`:delete`, `:nullify`, `:restrict`, `:restrict_with_exception`, and
|
||||
`:restrict_with_error`. You can also pass `true` or `false` to assert that
|
||||
the association has (or has not) been declared with *any* dependent option.
|
||||
([#631])
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix `allow_value`, `validate_numericality_of` and `validate_inclusion_of` so
|
||||
|
@ -17,6 +9,14 @@
|
|||
treated specially, failing the test instead of bubbling up as an error.
|
||||
([#634], [#637], [#642])
|
||||
|
||||
### Features
|
||||
|
||||
* Update `dependent` qualifier on association matchers to support `:destroy`,
|
||||
`:delete`, `:nullify`, `:restrict`, `:restrict_with_exception`, and
|
||||
`:restrict_with_error`. You can also pass `true` or `false` to assert that
|
||||
the association has (or has not) been declared with *any* dependent option.
|
||||
([#631])
|
||||
|
||||
[#631]: https://github.com/thoughtbot/shoulda-matchers/pull/631
|
||||
[#634]: https://github.com/thoughtbot/shoulda-matchers/pull/634
|
||||
[#637]: https://github.com/thoughtbot/shoulda-matchers/pull/637
|
||||
|
|
Loading…
Reference in a new issue