summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2020-10-23 09:16:23 -0400
committerGitHub <noreply@github.com>2020-10-23 09:16:23 -0400
commitb741e5d7064fffd1ca4c5a6ca05b1ea6d87109ce (patch)
treefef8c25140223fbc9fc052f5c16a8091fdf551ae /CHANGELOG.md
parent09581e249729cd7a962b4df47837247c79d4e7ea (diff)
parenta7d57c921dd9a3e99aff95bcae685f831cade7f9 (diff)
downloadhashie-b741e5d7064fffd1ca4c5a6ca05b1ea6d87109ce.tar.gz
Merge pull request #536 from michaelherold/export-normal-hash-from-indifferent
Allow exporting a normal, not-indifferent Hash
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 bb383a7..abded32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Any violations of this scheme are considered to be bugs.
* [#523](https://github.com/hashie/hashie/pull/523): Added TOC, ensure a keep-a-changelog formatted CHANGELOG - [@dblock](https://github.com/dblock).
* [#522](https://github.com/hashie/hashie/pull/522): Added eierlegende Wollmilchsau mascot graphic - [@carolineartz](https://github.com/carolineartz).
* [#530](https://github.com/hashie/hashie/pull/530): Added Hashie::Extensions::Dash::PredefinedValues - [@caalberts](https://github.com/caalberts).
+* [#536](https://github.com/hashie/hashie/pull/536): Added exporting a normal Hash from an indifferent one through the `#to_hash` method - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Changed