We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 532828b + 6de1e9b commit 7f25c58Copy full SHA for 7f25c58
CHANGELOG.md
@@ -26,6 +26,7 @@ Fixes:
26
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
27
28
Misc:
29
+- [#1497](https://github.com/rails-api/active_model_serializers/pull/1497) Add JRuby-9000 to appveyor.yml(@corainchicago)
30
31
### v0.10.0.rc4 (2016/01/27 11:00 +00:00)
32
Breaking changes:
appveyor.yml
@@ -8,6 +8,7 @@ environment:
8
- ruby_version: "200-x64"
9
- ruby_version: "21"
10
- ruby_version: "21-x64"
11
+ - ruby_version: "jruby-9.0.4.0"
12
13
cache:
14
- vendor/bundle
0 commit comments