mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add note about BigDecimal to NEWS
This commit is contained in:
parent
64d0381671
commit
d41c1cb068
1 changed files with 7 additions and 0 deletions
7
NEWS.md
7
NEWS.md
|
@ -172,6 +172,13 @@ is now:
|
|||
[#1009]: https://github.com/thoughtbot/shoulda-matchers/pulls/1009
|
||||
[#1001]: https://github.com/thoughtbot/shoulda-matchers/issues/1001
|
||||
|
||||
# 3.1.3
|
||||
|
||||
### Improvements
|
||||
|
||||
* Update `BigDecimal.new()` to use `BigDecimal()` and avoid deprecation warnings
|
||||
in Ruby 2.6.
|
||||
|
||||
# 3.1.2
|
||||
|
||||
### Deprecations
|
||||
|
|
Loading…
Reference in a new issue