8000 Version bumpt to v0.6.4 · ekohl/recursive-open-struct@084ec9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 084ec9a

Browse files
committed
Version bumpt to v0.6.4
1 parent 7624889 commit 084ec9a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.6.3 / 2015-04-11
210
==================
311

lib/recursive_open_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require 'ostruct'
44

55
class RecursiveOpenStruct < OpenStruct
6-
VERSION = "0.6.3"
6+
VERSION = "0.6.4"
77
end

0 commit comments

Comments
 (0)
0