From 93b5a24f10bcb4971b6bc772216408eb784e1b65 Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 25 Jul 2012 14:25:21 +0200 Subject: [PATCH] v1.73.5 --- History.txt | 7 +++++++ lib/rhino/version.rb | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 5fcb109..4b6b0eb 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ +=== 1.73.5 2012-07-25 + +* #to_s functionName typo fix for org.mozilla.javascript.ScriptStackElement +* make sure thrown values are correctly raised from inside JS functions +* a better #inspect for native rhino objects +* correct JavaScript error handling for Function#apply + === 1.73.4 2012-05-21 * allow rhino.jar path overrides with Rhino::JAR_PATH diff --git a/lib/rhino/version.rb b/lib/rhino/version.rb index af3f108..3f537c8 100644 --- a/lib/rhino/version.rb +++ b/lib/rhino/version.rb @@ -1,4 +1,3 @@ - module Rhino - VERSION = "1.73.4" + VERSION = "1.73.5" end \ No newline at end of file