summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-05-29 08:09:53 -0400
committerGitHub <noreply@github.com>2020-05-29 08:09:53 -0400
commit694f2e7e3899330b3a699ae8188c6f34ff75ba20 (patch)
treecafae8b5ebd3b4a1cde1ec49ea58170b1fa000ed /CHANGELOG.md
parent56bbb28a301b4c37c25f1f41d21f88431ab09e43 (diff)
parentcaa8631f21644b6aed4fc09d69b30f5cf36e1b3b (diff)
downloadhashie-694f2e7e3899330b3a699ae8188c6f34ff75ba20.tar.gz
Merge pull request #524 from aried3r/patch-2
Test with Ruby 2.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99ea8d2..669eec8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Any violations of this scheme are considered to be bugs.
### Changed
* [#521](https://github.com/hashie/hashie/pull/499): Do not convert keys that cannot be represented as symbols to `String` in `Mash` initialization - [@carolineartz](https://github.com/carolineartz).
+* [#524](https://github.com/hashie/hashie/pull/524): Test with Ruby 2.7 - [@aried3r](https://github.com/aried3r).
* Your contribution here.
### Deprecated