Skip to content

Commit de75481

Browse files
authored
Merge pull request #321 from senid231/fix-changelogs
add missing changelog
2 parents d7634d1 + d801b86 commit de75481

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
- [#320](https://github.com/JsonApiClient/json_api_client/pull/320) - fix passing relationships on create
6+
* fix relationships passing to `new` and `create` methods
7+
* fix false positive tests on create
8+
* refactor tests on create/update to prevent false same positive tests in future
9+
10+
- [#315](https://github.com/JsonApiClient/json_api_client/pull/315) - add shallow_path feature to belongs_to
11+
* add `shallow_path` options to belongs_to to use model w/ and w/o nesting in parent resource
12+
513
## v1.6.4
614
- [#314](https://github.com/JsonApiClient/json_api_client/pull/314) - Mimic ActiveRecord behavior when destroying a resource:
715
* Add `destroyed?` method

0 commit comments

Comments
 (0)