Put bug fixes above features [ci skip]

This commit is contained in:
Elliot Winkler 2015-01-22 21:07:07 -07:00
parent 938e8e6940
commit eadbdf8ee9
1 changed files with 8 additions and 8 deletions

16
NEWS.md
View File

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