Skip to content

Commit 5b8edee

Browse files
author
Paddy
authored
Update CHANGELOG.md
1 parent dcaac68 commit 5b8edee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ BUG FIXES
1111
* Check for `nil` errors prior to invoking `ErrorCheck` [GH-646]
1212
* More reliable handling of logging [GH-639]
1313
* Modified error text to make golint and go vet happy when a non-empty plan is found in testing and an empty plan was expected [GH-596]
14+
* Add `UseJSONNumber` to `helper/schema.Resource` to make it possible to represent large numbers precisely. Setting to `true` will make numbers appear as `json.Number` in `StateUpgrader`s instead of as `float64`. [GH-662]
1415

1516
NOTES
1617

0 commit comments

Comments
 (0)