summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBobby McDonald <BobbyMcWho@users.noreply.github.com>2020-01-13 16:22:07 -0500
committerGitHub <noreply@github.com>2020-01-13 16:22:07 -0500
commitd2071d82a2ceb2513bc0ff9c827ab3bc2a80b072 (patch)
tree16d8e19f6f07ad6d2e8662ac270d8f5de5affe02 /CHANGELOG.md
parenta1fa33d4259079f434b6d0820562e670d446582f (diff)
parent6f79eb82f66952451dd972fbee08df169e2cfba6 (diff)
downloadhashie-d2071d82a2ceb2513bc0ff9c827ab3bc2a80b072.tar.gz
Merge pull request #510 from BobbyMcWho/fix-compact-definition
Only define compact on ruby >= 2.4
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 1675557..665e6c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ scheme are considered to be bugs.
* [#467](https://github.com/intridea/hashie/pull/467): Fixed `DeepMerge#deep_merge` mutating nested values within the receiver - [@michaelherold](https://github.com/michaelherold).
* [#505](https://github.com/hashie/hashie/pull/505): Ensure that `Hashie::Array`s are not deconverted within `Hashie::Mash`es to make `Mash#dig` work properly - [@michaelherold](https://github.com/michaelherold).
* [#507](https://github.com/hashie/hashie/pull/507): Suppress `Psych.safe_load` arg warn when using Psych 3.1.0+ - [@koic](https://github.com/koic).
+* [#510](https://github.com/hashie/hashie/pull/510): Ensure that `Hashie::Mash#compact` is only defined on Ruby version >= 2.4.0 - [@bobbymcwho](https://github.com/bobbymcwho).
* Your contribution here.
### Security