From 3ceaafdf8a57f17de9cb22a4ab89e882629dee7f Mon Sep 17 00:00:00 2001 From: Murat Toygar Date: Wed, 9 Dec 2020 23:51:44 +0300 Subject: [PATCH] fix broken links on CHANGELOG.md --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45a905..d751e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,20 +96,20 @@ ## v1.6.3 -- [#312](https://githup.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422` +- [#312](https://github.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422` ## v1.6.2 -- [#311](https://githup.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses +- [#311](https://github.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses ## v1.6.1 -- [#297](https://githup.com/JsonApiClient/json_api_client/pull/297) - Fix test_helper -- [#298](https://githup.com/JsonApiClient/json_api_client/pull/298) - README update: arguments for custom connections run method -- [#306](https://githup.com/JsonApiClient/json_api_client/pull/306) - README update: pagination override examples -- [#307](https://githup.com/JsonApiClient/json_api_client/pull/307) - Symbolize params keys on model initialize -- [#304](https://githup.com/JsonApiClient/json_api_client/pull/304) - Optional add default to changes -- [#300](https://githup.com/JsonApiClient/json_api_client/pull/300) - Define methods for properties and associations getter/setter +- [#297](https://github.com/JsonApiClient/json_api_client/pull/297) - Fix test_helper +- [#298](https://github.com/JsonApiClient/json_api_client/pull/298) - README update: arguments for custom connections run method +- [#306](https://github.com/JsonApiClient/json_api_client/pull/306) - README update: pagination override examples +- [#307](https://github.com/JsonApiClient/json_api_client/pull/307) - Symbolize params keys on model initialize +- [#304](https://github.com/JsonApiClient/json_api_client/pull/304) - Optional add default to changes +- [#300](https://github.com/JsonApiClient/json_api_client/pull/300) - Define methods for properties and associations getter/setter ## v1.6.0