1
0
Fork 0
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:
Matt Jankowski 2019-01-18 13:24:06 -05:00
parent d941102082
commit 6dd7c7eb04

View file

@ -1,3 +1,10 @@
# 3.1.3
### Improvements
* Update `BigDecimal.new()` to use `BigDecimal()` and avoid deprecation warnings
in Ruby 2.6.
# 3.1.2
### Deprecations