From 01ecc5dea35846ab409ece15038563db01ce99fe Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Wed, 24 Oct 2018 17:01:25 -0500 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde11ac4..997e08ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Features: Fixes: +- [#2296](https://github.com/rails-api/active_model_serializers/pull/2296) Fixes #2295 (@Hirurg103) + - Fix finding of namespaced serializer and non-namespaced model. - [#2289](https://github.com/rails-api/active_model_serializers/pull/2289) Fixes #2255 (@f-mer) - Fix autoloading race condition, especially in Rails 5.