diff --git a/CHANGELOG.md b/CHANGELOG.md index 86086f1e..5bd18c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Fixes: - [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00) Misc: +- [#1497](https://github.com/rails-api/active_model_serializers/pull/1497) Add JRuby-9000 to appveyor.yml(@corainchicago) ### v0.10.0.rc4 (2016/01/27 11:00 +00:00) Breaking changes: diff --git a/appveyor.yml b/appveyor.yml index 17b387ff..a4e29d4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ environment: - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" + - ruby_version: "jruby-9.0.4.0" cache: - vendor/bundle