summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Rieder <aried3r@gmail.com>2020-05-29 10:46:00 +0200
committerAnton Rieder <aried3r@gmail.com>2020-05-29 10:46:00 +0200
commit24800c87943292a2ff26d73c6b3910234464adb3 (patch)
tree339c35efb952dd7a740494c2d5aabe7586cd0593
parentf824000e3c263999aac45cd54de960214502513f (diff)
downloadhashie-24800c87943292a2ff26d73c6b3910234464adb3.tar.gz
Add changelog entry
-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