File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v1.5.3
6+
7+ - [ #266 ] ( https://github.com/chingor13/json_api_client/pull/266 ) - Fix default attributes being overridden
8+ - [ #267 ] ( https://github.com/chingor13/json_api_client/pull/267 ) - Fix custom pagination params
9+ - [ #271 ] ( https://github.com/chingor13/json_api_client/pull/271 ) - Fix assert_nil warnings
10+ - [ #275 ] ( https://github.com/chingor13/json_api_client/pull/275 ) - Add error messages when destroy fails
11+ - [ #277 ] ( https://github.com/chingor13/json_api_client/pull/277 ) - Correct handling of error source/pointer
12+
513## v1.5.2
614
715- [ #264 ] ( https://github.com/chingor13/json_api_client/pull/264 ) - Enable sparse fieldsets for nested models
Original file line number Diff line number Diff line change 11module JsonApiClient
2- VERSION = "1.5.2 "
2+ VERSION = "1.5.3 "
33end
You can’t perform that action at this time.
0 commit comments