Skip to content

Commit d801b86

Browse files
committed
add missing changelog
add #315 and #320 to unreleased section of CHANGELOG.md
1 parent d7634d1 commit d801b86

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)