We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa0814 commit 7791de2Copy full SHA for 7791de2
2 files changed
.travis.yml
@@ -48,12 +48,6 @@ matrix:
48
gemfile: gemfiles/4.1.gemfile
49
- rvm: 2.6.0
50
gemfile: gemfiles/4.2.gemfile
51
- - rvm: ruby-head
52
- gemfile: gemfiles/4.0.gemfile
53
54
- gemfile: gemfiles/4.1.gemfile
55
56
- gemfile: gemfiles/4.2.gemfile
57
# We need to install latest version of bundler, because one in travis
58
# image is too old to recognize platform => :mri_22 in Gemfile.
59
before_install:
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+## 1.15.0
6
+
7
+- [#346](https://github.com/JsonApiClient/json_api_client/pull/346) - add the option to have immutable resources
8
- [#357](https://github.com/JsonApiClient/json_api_client/pull/357) - fix missing constant formatter
9
10
## 1.14.1
0 commit comments