From 269e11f360c1adf0bfb57bcc65df0bd366e1ca0d Mon Sep 17 00:00:00 2001 From: Johnathan Ludwig Date: Fri, 4 Dec 2015 16:10:29 -0500 Subject: [PATCH] Update links to point to correct PRs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6308a81d8..8c8f5547d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,13 @@ Breaking changes: Features: - [#1291](https://github.com/rails-api/active_model_serializers/pull/1291) Add logging (@maurogeorge) -- [#1225](https://github.com/rails-api/active_model_serializers/pull/1125) Better serializer lookup, use nested serializer when it exists (@beauby) +- [#1225](https://github.com/rails-api/active_model_serializers/pull/1225) Better serializer lookup, use nested serializer when it exists (@beauby) - [#1172](https://github.com/rails-api/active_model_serializers/pull/1172) Better serializer registration, get more than just the first module (@bf4) - [#1158](https://github.com/rails-api/active_model_serializers/pull/1158) Add support for wildcards in `include` option (@beauby) - [#1127](https://github.com/rails-api/active_model_serializers/pull/1127) Add support for nested associations for JSON and Attributes adapters via the `include` option (@NullVoxPopuli, @beauby). - [#1050](https://github.com/rails-api/active_model_serializers/pull/1050) Add support for toplevel jsonapi member (@beauby, @bf4) -- [#tbd](https://github.com/rails-api/active_model_serializers/pull/tbd) Rename ArraySerializer to +- [#1251](https://github.com/rails-api/active_model_serializers/pull/1251) Rename ArraySerializer to CollectionSerializer for clarity, add ActiveModelSerializers.config.collection_serializer (@bf4) Fixes: