summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-01-08 14:02:01 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-01-08 14:02:01 -0800
commit8f84ad0fc711a82a1040def861cb121e8985fd4c (patch)
tree6409e61de6d8fe5057cead7e9c76ec59b629c264 /CHANGELOG.rdoc
parent1109112f5785f6d55a74fed8f04a174e52293af5 (diff)
downloadpsych-8f84ad0fc711a82a1040def861cb121e8985fd4c.zip
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: dump hashes with ivars. Fixes github.com/psych/issues/43 * test/psych/test_hash.rb: test for change fixes #43
Diffstat (limited to 'CHANGELOG.rdoc')
-rw-r--r--CHANGELOG.rdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index c6f13c2..5cd3227 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,3 +1,12 @@
+Fri Jan 9 06:58:43 2015 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
+
+ * ext/psych/lib/psych/visitors/yaml_tree.rb: dump hashes with ivars.
+ Fixes github.com/psych/issues/43
+
+ * test/psych/test_hash.rb: test for change
+
Sun Nov 23 13:11:24 2014 Sean Griffin <sean@thoughtbot.com>
* lib/psych/visitors/to_ruby.rb: Allow loading any BasicObject that