From f1a2ec7f99100accba1937a52033f05d87144cc9 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Thu, 1 Nov 2018 16:19:43 -0500 Subject: [PATCH] Add change to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95089a60..fe8a1e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Fixes: - 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. +- [#2299](https://github.com/rails-api/active_model_serializers/pull/2299) Fixes #2270 (@chau-bao-long via #2276) + - Fix reflection thread-safety bug Misc: