From c8d6d0943eec1a33b92b45e29e5c65655799009a Mon Sep 17 00:00:00 2001 From: Nick Landgrebe Date: Fri, 8 Dec 2017 13:36:03 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1cc6c..fd928fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,4 +178,9 @@ * Allows `PATCH` requests to primary endpoints that update autosaving collection relationships to propagate the nested errors on attributes/relationships up to the primary data so error source pointers are just as detailed as they would be under `POST` requests already * Fields are now assigned in a specific order: attributes, singular relationships, collection relationships * Fix issue regarding `:base` field titles interpolated into error messages -* Add more detailed error responses to `update_relationship_definition` endpoints \ No newline at end of file +* Add more detailed error responses to `update_relationship_definition` endpoints + +# Master + +* Switches to Rails 5, drops support for Rails 4 +* Protects against arrays being sent as data for create and update actions \ No newline at end of file