Skip to content

Commit

Permalink
treat hashes the same way therubyracer does.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jun 28, 2011
1 parent 3e401be commit 74f5929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
=== 1.72.7
* N major enhancements:
* N minor enhancements:
=== 1.72.8 2011-06-26
* fix passing of options hash to ruby.

=== 1.72.6 2009-11-30
* 2 major enhancements:
Expand All @@ -17,7 +16,7 @@
* automatically wrap/unwrap ruby and javascript arrays
* automatically convert ruby method objects and Proc objects into javascript functions
* Make functions defined in javascript callable from ruby

=== 1.72.3 2009-11-11
* 4 major enhancements:
* greatly simplified interface to context by unifying context and scope
Expand Down
2 changes: 1 addition & 1 deletion lib/rhino/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Rhino
VERSION = "1.72.7"
VERSION = "1.72.8"
end

0 comments on commit 74f5929

Please sign in to comment.