From 74f59294f0ab56f88d422b8bb0730dc031d3b7c7 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 28 Jun 2011 10:39:04 -0500 Subject: [PATCH] treat hashes the same way therubyracer does. --- History.txt | 7 +++---- lib/rhino/version.rb | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/History.txt b/History.txt index a52102f..c8b9083 100644 --- a/History.txt +++ b/History.txt @@ -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: @@ -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 diff --git a/lib/rhino/version.rb b/lib/rhino/version.rb index 8b1fd39..041923a 100644 --- a/lib/rhino/version.rb +++ b/lib/rhino/version.rb @@ -1,4 +1,4 @@ module Rhino - VERSION = "1.72.7" + VERSION = "1.72.8" end \ No newline at end of file