summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby McDonald <bobbymcwho@gmail.com>2019-08-14 01:21:28 -0400
committerBobby McDonald <bobbymcwho@gmail.com>2019-08-14 01:21:28 -0400
commit41183d2ef0c1e0750b593bbed563552ec10d9bd6 (patch)
tree94671f9d0f9f0b0901a95b09fc79ba862e266be5
parentf66226278d40b6e0cae9f4a78b3353610cee795e (diff)
downloadhashie-41183d2ef0c1e0750b593bbed563552ec10d9bd6.tar.gz
Update Travis configs to make jruby builds run on trusty dist.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cabbd6a..04b6170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,7 @@ scheme are considered to be bugs.
### Miscellaneous
* [#465](https://github.com/intridea/hashie/pull/465): Clean up our RuboCop configuration and fix the outstanding line length violations. This involved some minor refactoring on `Hashie::Extensions::Coercion`, `Hashie::Extensions::Dash::IndifferentAccess`, `Hashie::Extensions::DeepLocate`, `Hashie::Extensions::Mash::SafeAssignment`, and `Hashie::Hash`, but none that were detectable via the test suite - [@michaelherold](https://github.com/michaelherold).
+* [#482](https://github.com/intridea/hashie/pull/482): Update Travis configs to make jruby builds run on trusty dist. - [@BobbyMcWho](https://github.com/BobbyMcWho).
* Your contribution here.
## [3.6.0] - 2018-08-13