mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Update NEWS
[ci skip]
This commit is contained in:
parent
a0f12216fd
commit
4eba2c0c4f
1 changed files with 2 additions and 1 deletions
3
NEWS.md
3
NEWS.md
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
* Fix `validate_numericality_of` when used against a numeric column so that it
|
* Fix `validate_numericality_of` when used against a numeric column so that it
|
||||||
no longer raises a CouldNotSetAttributeError if the matcher has been qualified
|
no longer raises a CouldNotSetAttributeError if the matcher has been qualified
|
||||||
in any way (`only_integer`, `greater_than`, `odd`, etc.). ([#784])
|
in any way (`only_integer`, `greater_than`, `odd`, etc.). ([#784], [#812])
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
[#784]: https://github.com/thoughtbot/shoulda-matchers/pull/784
|
[#784]: https://github.com/thoughtbot/shoulda-matchers/pull/784
|
||||||
[#789]: https://github.com/thoughtbot/shoulda-matchers/pull/789
|
[#789]: https://github.com/thoughtbot/shoulda-matchers/pull/789
|
||||||
[ada9bd3]: https://github.com/thoughtbot/shoulda-matchers/commit/ada9bd3a1b9f2bb9fa74d0dfe1f8f7080314298c
|
[ada9bd3]: https://github.com/thoughtbot/shoulda-matchers/commit/ada9bd3a1b9f2bb9fa74d0dfe1f8f7080314298c
|
||||||
|
[#812]: https://github.com/thoughtbot/shoulda-matchers/pull/812
|
||||||
|
|
||||||
# 3.0.0
|
# 3.0.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue