8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7624889 commit 084ec9aCopy full SHA for 084ec9a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.6.4 / 2015-05-20
2
+==================
3
+
4
+* FIX: Kris Dekeyser: Fix indifferent subscript access (string or symbol). Also
5
+ backported several ostruct methods for Ruby 1.9.x.
6
+* FIX: Partial fix for allowing an array in a RecursiveOpenStruct tree to be
7
+ modified. However, methods such as to_hash are still broken.
8
9
0.6.3 / 2015-04-11
10
==================
11
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "0.6.3"
+ VERSION = "0.6.4"
end
0 commit comments