From 9fdd70a603f1687891584b143b05eacf90eb32de Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 10 Dec 2014 16:11:23 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b7686c..9371428c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [Master][] +## Changed + +- [#239][]: Accept `ActiveRecord::Relation` objects as `array` inputs. + # [1.3.1][] (2014-12-10) ## Fixed @@ -466,3 +470,4 @@ [#207]: https://github.com/orgsync/active_interaction/issues/207 [#224]: https://github.com/orgsync/active_interaction/issues/224 [#235]: https://github.com/orgsync/active_interaction/issues/235 + [#239]: https://github.com/orgsync/active_interaction/issues/239