Skip to content

Commit 844949a

Browse files
committed
Merge branch 'master' into unified
2 parents 740a15d + 72fae22 commit 844949a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2010-08-09 (1.4.6)
2+
* Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
3+
always create a new object from the state prototype.
4+
* Made pure and ext api more similar again.
15
2010-08-07 (1.4.5)
26
* Manage data structure nesting depth in state object during generation. This
37
should reduce problems with to_json method definіtions that only have one

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.5
1+
1.4.6

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JSON
22
# JSON version
3-
VERSION = '1.4.5'
3+
VERSION = '1.4.6'
44
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
55
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
66
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)