update test fixture schema to use timestamps instead of timestamp

- discovered via @wasifhossain
- Update CHANGELOG.md
This commit is contained in:
Kyle Keesling
2019-03-09 21:38:15 -05:00
parent 6fbeb9a93e
commit 912af7ef91
2 changed files with 8 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ Breaking changes:
Features:
Fixes:
- [#2319](https://github.com/rails-api/active_model_serializers/pull/2319) Fixes #2316. (@kylekeesling)
- Fix Rails 6.0 deprication warnings
- update test fixture schema to use `timestamps` instead of `timestamp`
Misc: